source-qemu.pkr.hcl 426 B

12345678910111213
  1. source "qemu" "x86_64" {
  2. accelerator = "kvm"
  3. boot_wait = "5s"
  4. disk_interface = "virtio"
  5. disk_size = "2000M"
  6. format = "qcow2"
  7. http_directory = "http"
  8. iso_checksum = "sha256:d95d40e1eb13a7776b5319a05660792fddd762662eaecee5df6b8feb3aa9b391"
  9. iso_url = "https://repo-default.voidlinux.org/live/20200722/void-live-x86_64-5.7.10_1-20200722.iso"
  10. ssh_password = "void"
  11. ssh_timeout = "20m"
  12. ssh_username = "void"
  13. }