Skip to content

Commit

Permalink
packer/hcl2/source-*.pkr.hcl: update iso url and checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Feb 22, 2023
1 parent 581249e commit 083c271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packer/hcl2/source-qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ source "qemu" "x86_64" {
disk_size = "2000M"
format = "qcow2"
http_directory = "http"
iso_checksum = "sha256:d95d40e1eb13a7776b5319a05660792fddd762662eaecee5df6b8feb3aa9b391"
iso_url = "https://repo-default.voidlinux.org/live/20200722/void-live-x86_64-5.7.10_1-20200722.iso"
iso_checksum = "sha256:5507fe41f54719e78db7b0f9c685f85b063616d913b14f815dd481b5ea66e397"
iso_url = "https://repo-default.voidlinux.org/live/20221001/void-live-x86_64-20221001-base.iso"
ssh_password = "void"
ssh_timeout = "20m"
ssh_username = "void"
Expand Down
4 changes: 2 additions & 2 deletions packer/hcl2/source-virtualbox-ose.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "virtualbox-iso" "x86_64" {
guest_os_type = "Linux_64"
iso_url = "https://repo-default.voidlinux.org/live/20200722/void-live-x86_64-5.7.10_1-20200722.iso"
iso_checksum = "sha256:d95d40e1eb13a7776b5319a05660792fddd762662eaecee5df6b8feb3aa9b391"
iso_url = "https://repo-default.voidlinux.org/live/20221001/void-live-x86_64-20221001-base.iso"
iso_checksum = "sha256:5507fe41f54719e78db7b0f9c685f85b063616d913b14f815dd481b5ea66e397"
ssh_username = "void"
ssh_password = "void"
http_directory = "http"
Expand Down

0 comments on commit 083c271

Please sign in to comment.