base-qemu-glibc64.json 813 B

1234567891011121314151617181920212223242526
  1. {
  2. "builders": [
  3. {
  4. "accelerator": "kvm",
  5. "boot_command": [
  6. "<tab><wait>",
  7. "auto autourl=http://{{ .HTTPIP }}:{{ .HTTPPort }}/cloud.cfg",
  8. "<enter>"
  9. ],
  10. "boot_wait": "5s",
  11. "disk_interface": "virtio",
  12. "disk_size": "1000M",
  13. "format": "qcow2",
  14. "http_directory": "http",
  15. "iso_checksum": "sha256:d95d40e1eb13a7776b5319a05660792fddd762662eaecee5df6b8feb3aa9b391",
  16. "iso_url": "https://alpha.de.repo.voidlinux.org/live/20200722/void-live-x86_64-5.7.10_1-20200722.iso",
  17. "output_directory": "output_void_qcow2",
  18. "shutdown_command": "echo 'void' | sudo -S shutdown -P now",
  19. "ssh_password": "void",
  20. "ssh_timeout": "20m",
  21. "ssh_username": "void",
  22. "type": "qemu",
  23. "vm_name": "DO-glibc64"
  24. }
  25. ]
  26. }