Skip to content

Commit

Permalink
packer: update to Grml 2022.11 ISO
Browse files Browse the repository at this point in the history
While refreshing base boxes for Vagrant, let's update Grml ISO
from 2022.11-rc1 to stable release 2022.11.
  • Loading branch information
mika committed Oct 13, 2023
1 parent ce5eb05 commit 4405248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packer/debian64.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"hard_drive_interface": "sata",
"headless": false,
"iso_checksum": "sha1:{{ user `grml_iso_checksum` }}",
"iso_url": "http://download.grml.org/devel/{{ user `grml_type` }}_{{ user `grml_version` }}.iso",
"iso_url": "http://download.grml.org/{{ user `grml_type` }}_{{ user `grml_version` }}.iso",
"output_directory": "{{ user `grml_type` }}_output",
"shutdown_command": "shutdown -h now",
"ssh_password": "grml",
Expand Down Expand Up @@ -71,12 +71,12 @@
}
],
"variables": {
"debian_version": "bullseye",
"debian_version": "bookworm",
"grml_debootstrap_local_path": "doesnotexist",
"grml_debootstrap_version": "latest",
"grml_iso_checksum": "813a999762a4b1ff20a3d7a757339d3ae822c547",
"grml_iso_checksum": "ac071ab44592568b05635ccdd881da4f2a90c3a8",
"grml_type": "grml64-full",
"grml_version": "2022.11-rc1"
"grml_version": "2022.11"
}
}

0 comments on commit 4405248

Please sign in to comment.