updated to alpine 3.19.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!ipxe
|
||||
|
||||
set path http://192.168.1.50/files/alpine-3.18.5
|
||||
set repo http://dl-cdn.alpinelinux.org/alpine/v3.18/main
|
||||
set path http://192.168.1.50/files/alpine-3.19.1
|
||||
set repo http://dl-cdn.alpinelinux.org/alpine/v3.19.1/main
|
||||
echo ${path}
|
||||
echo ${repo}
|
||||
kernel ${path}/vmlinuz-virt modules=loop,squashfs quiet alpine_repo=${repo} modloop=${path}/modloop-virt initrd=${path}/initramfs-virt
|
||||
|
||||
@@ -14,8 +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.19 -------------------------------
|
||||
item alpine318 Alpine 3.18.5 Netboot
|
||||
item --gap -- -------------------------- Alpine 3.19.1 ------------------------------
|
||||
item alpine Alpine 3.19.1 Netboot
|
||||
item --gap -- ------------------- Windows Install Capture Restore -------------------
|
||||
item winintcaprest Windows Install Capture Restore
|
||||
item --gap -- ------------------------------ WinPE ----------------------------------
|
||||
@@ -96,8 +96,8 @@ 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
|
||||
:alpine
|
||||
chain http://192.168.1.50/files/alpine-3.19.1/boot-manual.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:winintcaprest
|
||||
|
||||
Reference in New Issue
Block a user