Skip to content

Commit

Permalink
update amd64 base image to debian-12.6.0-amd64-netinst.iso (#155)
Browse files Browse the repository at this point in the history
* update amd64 base image to debian-12.6.0-amd64-netinst.iso
* fix apt sources for amd64 image
  • Loading branch information
openoms committed Jul 3, 2024
1 parent efad4a0 commit c87e06c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/amd64/debian/http/debian-9/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ d-i grub-installer/with_other_os boolean true
d-i keymap select us
d-i mirror/country string manual
d-i mirror/http/directory string /debian
d-i mirror/http/hostname string httpredir.debian.org
d-i mirror/http/hostname string ftp.de.debian.org
d-i mirror/http/proxy string
d-i partman-auto-lvm/guided_size string max
d-i partman-auto/choose_recipe select atomic
Expand Down
4 changes: 2 additions & 2 deletions ci/amd64/debian/joininbox-amd64-debian.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"iso_name": "debian-12.5.0-amd64-netinst.iso",
"iso_checksum": "013f5b44670d81280b5b1bc02455842b250df2f0c6763398feb69af1a805a14f",
"iso_name": "debian-12.6.0-amd64-netinst.iso",
"iso_checksum": "ade3a4acc465f59ca2496344aab72455945f3277a52afc5a2cae88cdc370fa12",
"box_basename": "debian",
"build_directory": "../builds",
"headless": "false",
Expand Down

0 comments on commit c87e06c

Please sign in to comment.