updated boot menu

This commit is contained in:
2023-07-31 10:50:42 -05:00
parent 450e777e95
commit be751e3465

View File

@@ -7,9 +7,9 @@ menu iPXE boot menu
item --gap -- -------------------------- Debian 11.7 --------------------------------
item debian117auto Debian 11.7 Server Auto Install
item debian117manual Debian 11.7 Server Manual Install
item --gap -- -------------------------- Debian 12.0 --------------------------------
item debian120auto Debian 12.0 Server Auto Install
item debian120manual Debian 12.0 Server Manual Install
item --gap -- -------------------------- Debian 12.1 --------------------------------
item debian120auto Debian 12.1 Server Auto Install
item debian120manual Debian 12.1 Server Manual Install
item --gap -- ------------------- Windows Install Capture Restore -------------------
item winpe Windows Install Capture Restore
item --gap -- ------------------------------ WinPE ----------------------------------
@@ -67,11 +67,11 @@ chain http://192.168.1.50/debian-11.7/boot-manual.ipxe || goto failed
goto start
:debian120auto
chain http://192.168.1.50/debian-12.0/boot-auto.ipxe || goto failed
chain http://192.168.1.50/debian-12.1/boot-auto.ipxe || goto failed
goto start
:debian120manual
chain http://192.168.1.50/debian-12.0/boot-manual.ipxe || goto failed
chain http://192.168.1.50/debian-12.1/boot-manual.ipxe || goto failed
goto start
:winpe