Add Debian 13 (trixie) to menu.cfg entry for PXE

cf bug 4451 https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=4451
This commit is contained in:
Julien Da Silva 2026-08-31 14:16:20 +02:00
parent ec7db457ca
commit 04a8f4efb9
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,7 @@
MENU BACKGROUND /config/debian/debian_background.jpg MENU BACKGROUND /config/debian/debian_background.jpg
# tags legend: # tags legend:
# - sid: next debian version (aka unstable) # - sid: next debian version (aka unstable)
# - deb13: debian 13 (aka trixie)
# - deb12: debian 12 (aka bookworm) # - deb12: debian 12 (aka bookworm)
# - deb11: debian 11 (aka bullseye) # - deb11: debian 11 (aka bullseye)
# - amd64: amd64 architecture # - amd64: amd64 architecture
@ -20,6 +21,15 @@ MENU BACKGROUND /config/debian/debian_background.jpg
# - cinnamon: install cinnamon as desktop environment # - cinnamon: install cinnamon as desktop environment
# - uefi: formats disk with a gpt partition table instead of a mbr partition table (only suitable for systems booting in uefi mode) # - uefi: formats disk with a gpt partition table instead of a mbr partition table (only suitable for systems booting in uefi mode)
# - cipher: activates full disk encryption (FDE) # - cipher: activates full disk encryption (FDE)
label deb13_amd64
menu label deb13 amd64
kernel installer/debian/trixie/amd64/linux
append vga=normal initrd=/installer/debian/trixie/amd64/initrd.gz -- quiet
label separator
menu label ---
label deb12_amd64 label deb12_amd64
menu label deb12 amd64 menu label deb12 amd64
kernel installer/debian/bookworm/amd64/linux kernel installer/debian/bookworm/amd64/linux