diff --git a/config/debian/menu.cfg b/config/debian/menu.cfg index ebb35c4..295367f 100644 --- a/config/debian/menu.cfg +++ b/config/debian/menu.cfg @@ -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