From cc556f6093b88254847f022a13dfefe40e441441 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 3 Dec 2023 01:10:51 -0600 Subject: [PATCH] added alpine netboot --- files/ipxe/menu.ipxe | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 13906d2..0fa1fc3 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -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