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:
parent
ec7db457ca
commit
04a8f4efb9
|
|
@ -1,6 +1,7 @@
|
|||
MENU BACKGROUND /config/debian/debian_background.jpg
|
||||
# tags legend:
|
||||
# - sid: next debian version (aka unstable)
|
||||
# - deb13: debian 13 (aka trixie)
|
||||
# - deb12: debian 12 (aka bookworm)
|
||||
# - deb11: debian 11 (aka bullseye)
|
||||
# - amd64: amd64 architecture
|
||||
|
|
@ -20,6 +21,15 @@ MENU BACKGROUND /config/debian/debian_background.jpg
|
|||
# - 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)
|
||||
# - 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
|
||||
menu label deb12 amd64
|
||||
kernel installer/debian/bookworm/amd64/linux
|
||||
|
|
|
|||
Loading…
Reference in New Issue