Skip to content

Commit

Permalink
change iso_url
Browse files Browse the repository at this point in the history
replace minimal iso with boot iso for smaller download size
update iso_checksum to match boot iso

Signed-off-by: Tony Cavella <9434191+acavella@users.noreply.github.com>
  • Loading branch information
acavella committed Sep 30, 2022
1 parent 84ac5bd commit 785c1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rocky8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"variables": {
"boot_wait": "5s",
"disk_size": "40960",
"iso_checksum": "a9ece0e810275e881abfd66bb0e59ac05d567a5ec0bc2f108b9a3e90bef5bf94",
"iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.6-x86_64-minimal.iso",
"iso_checksum": "fe77cc293a2f2fe6ddbf5d4bc2b5c820024869bc7ea274c9e55416d215db0cc5",
"iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.6-x86_64-boot.iso",
"memsize": "1024",
"numvcpus": "1",
"ssh_password" : "packer",
Expand Down
4 changes: 2 additions & 2 deletions rocky8_uefi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"variables": {
"boot_wait": "5s",
"disk_size": "40960",
"iso_checksum": "a9ece0e810275e881abfd66bb0e59ac05d567a5ec0bc2f108b9a3e90bef5bf94",
"iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.6-x86_64-minimal.iso",
"iso_checksum": "fe77cc293a2f2fe6ddbf5d4bc2b5c820024869bc7ea274c9e55416d215db0cc5",
"iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.6-x86_64-boot.iso",
"memsize": "1024",
"numvcpus": "1",
"ssh_password" : "packer",
Expand Down

0 comments on commit 785c1d8

Please sign in to comment.