1234567891011121314151617181920212223242526 |
- {
- "builders": [
- {
- "accelerator": "kvm",
- "boot_command": [
- "<tab><wait>",
- "auto autourl=http://{{ .HTTPIP }}:{{ .HTTPPort }}/cloud.cfg",
- "<enter>"
- ],
- "boot_wait": "5s",
- "disk_interface": "virtio",
- "disk_size": "1000M",
- "format": "qcow2",
- "http_directory": "http",
- "iso_checksum": "sha256:d95d40e1eb13a7776b5319a05660792fddd762662eaecee5df6b8feb3aa9b391",
- "iso_url": "https://alpha.de.repo.voidlinux.org/live/20200722/void-live-x86_64-5.7.10_1-20200722.iso",
- "output_directory": "output_void_qcow2",
- "shutdown_command": "echo 'void' | sudo -S shutdown -P now",
- "ssh_password": "void",
- "ssh_timeout": "20m",
- "ssh_username": "void",
- "type": "qemu",
- "vm_name": "DO-glibc64"
- }
- ]
- }
|