From b6c1cf511708b17fea556c79f736e5bd6381fc23 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 27 Aug 2023 12:31:11 -0500 Subject: [PATCH] moved debian 12 to top of menu --- files/ipxe/menu.ipxe | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 23d4627..9b5f5b9 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -4,12 +4,12 @@ :start menu iPXE boot menu -item --gap -- -------------------------- Debian 11.7 -------------------------------- -item debian11auto Debian 11.7 Server Auto Install -item debian11manual Debian 11.7 Server Manual Install item --gap -- -------------------------- Debian 12.1 -------------------------------- item debian12auto Debian 12.1 Server Auto Install item debian12manual Debian 12.1 Server Manual Install +item --gap -- -------------------------- Debian 11.7 -------------------------------- +item debian11auto Debian 11.7 Server Auto Install +item debian11manual Debian 11.7 Server Manual Install item --gap -- ------------------- Windows Install Capture Restore ------------------- item winpe Windows Install Capture Restore item --gap -- ------------------------------ WinPE ---------------------------------- @@ -58,14 +58,6 @@ goto start ############ MAIN MENU ITEMS ############ -:debian11auto -chain http://192.168.1.50/files/debian-11.7/boot-auto.ipxe || goto failed -goto start - -:debian11manual -chain http://192.168.1.50/files/debian-11.7/boot-manual.ipxe || goto failed -goto start - :debian12auto chain http://192.168.1.50/files/debian-12.1/boot-auto.ipxe || goto failed goto start @@ -74,6 +66,14 @@ goto start chain http://192.168.1.50/files/debian-12.1/boot-manual.ipxe || goto failed goto start +:debian11auto +chain http://192.168.1.50/files/debian-11.7/boot-auto.ipxe || goto failed +goto start + +:debian11manual +chain http://192.168.1.50/files/debian-11.7/boot-manual.ipxe || goto failed +goto start + :winpe chain http://192.168.1.50/files/winpe/boot.ipxe || goto failed goto start