moved debian 12 to top of menu

This commit is contained in:
2023-08-27 12:31:11 -05:00
parent ed81e5a651
commit b6c1cf5117

View File

@@ -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