changed debian server install to 12.4
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
:start
|
||||
menu iPXE boot menu
|
||||
item --gap -- -------------------------- Debian 12.2 --------------------------------
|
||||
item debian12auto Debian 12.2 Server Auto Install
|
||||
item debian12manual Debian 12.2 Server Manual Install
|
||||
item --gap -- --------------------------- Debian 12 ---------------------------------
|
||||
item debian12auto Debian 12.4 Server Auto Install
|
||||
item debian12manual Debian 12.4 Server Manual Install
|
||||
item debian12live Debian 12.2 Live Installer Xfce
|
||||
item debian12livecustom Debian 12.2 Live Custom Xfce
|
||||
item --gap -- -------------------------- Proxmox 8.0 --------------------------------
|
||||
@@ -14,7 +14,7 @@ item proxmox8 Proxmox 8.0 Install
|
||||
item --gap -- -------------------------- Debian 11.7 --------------------------------
|
||||
item debian11auto Debian 11.7 Server Auto Install
|
||||
item debian11manual Debian 11.7 Server Manual Install
|
||||
item --gap -- ------------------------- Alpine 3.18.5 -------------------------------
|
||||
item --gap -- --------------------------- Alpine 3.19 -------------------------------
|
||||
item alpine318 Alpine 3.18.5 Netboot
|
||||
item --gap -- ------------------- Windows Install Capture Restore -------------------
|
||||
item winintcaprest Windows Install Capture Restore
|
||||
@@ -69,11 +69,11 @@ goto start
|
||||
############ MAIN MENU ITEMS ############
|
||||
|
||||
:debian12auto
|
||||
chain http://192.168.1.50/files/debian-12.2/boot-auto.ipxe || goto failed
|
||||
chain http://192.168.1.50/files/debian-12.4/boot-auto.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:debian12manual
|
||||
chain http://192.168.1.50/files/debian-12.2/boot-manual.ipxe || goto failed
|
||||
chain http://192.168.1.50/files/debian-12.4/boot-manual.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:debian12live
|
||||
|
||||
Reference in New Issue
Block a user