From 89a40755804efc8eeedc0f2421ad048ed4fae04a Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sat, 4 Oct 2025 01:02:40 -0500 Subject: [PATCH] Debian 13 preseed servers --- menu.ipxe | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/menu.ipxe b/menu.ipxe index a19c959..4571f70 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -50,6 +50,7 @@ menu Operating Systems Menu item --gap Operating Systems Menu item mainmenu <--- Back item debinst13 Debian 13 (trixie!) Installer +item deb13newsrv Debian 12 New Servers item debinst12 Debian 12 (bookworm) Installer item deb12newsrv Debian 12 New Servers # item debinst11 Debian 11 Installer @@ -72,6 +73,11 @@ kernel ${http-iso-path}/debian/12linux initrd ${http-iso-path}/debian/12initrd.gz boot +:deb13newsrv +kernel ${http-iso-path}/debian/13linux url=${http-path}/preseed/tng-srvnew.txt +initrd ${http-iso-path}/debian/13initrd.gz +boot + :deb12newsrv kernel ${http-iso-path}/debian/12linux url=${http-path}/preseed/tng-srvnew.txt initrd ${http-iso-path}/debian/12initrd.gz