source-qemu.pkr.hcl 422 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:5507fe41f54719e78db7b0f9c685f85b063616d913b14f815dd481b5ea66e397"
  9. iso_url = "https://repo-default.voidlinux.org/live/20221001/void-live-x86_64-20221001-base.iso"
  10. ssh_password = "void"
  11. ssh_timeout = "20m"
  12. ssh_username = "void"
  13. }