added alpine netboot

This commit is contained in:
2023-12-03 01:10:51 -06:00
parent f2d928648d
commit cc556f6093

View File

@@ -14,6 +14,8 @@ 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 alpine318 Alpine 3.18.5 Netboot
item --gap -- ------------------- Windows Install Capture Restore -------------------
item winpe Windows Install Capture Restore
item --gap -- ------------------------------ WinPE ----------------------------------
@@ -94,6 +96,10 @@ goto start
chain http://192.168.1.50/files/debian-11.7/boot-manual.ipxe || goto failed
goto start
:alpine318
chain http://192.168.1.50/files/alpine-3.18.5/boot-manual.ipxe || goto failed
goto start
:winpe
chain http://192.168.1.50/files/winpe/boot.ipxe || goto failed
goto start