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_url = "https://repo-default.voidlinux.org/live/20240314/void-live-x86_64-20240314-base.iso"
  9. iso_checksum = "sha256:c1a3c0aff363057132f8dab80287396df8a8b4d7cd7f7d8d3f0e2c3ee9e5be7d"
  10. ssh_password = "void"
  11. ssh_timeout = "20m"
  12. ssh_username = "void"
  13. }