changed back to 3.18.5
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 repo http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
|
||||
echo ${path}
|
||||
echo ${repo}
|
||||
kernel ${path}/vmlinuz-virt modules=loop,squashfs quiet alpine_repo=${repo} modloop=${path}/modloop-virt initrd=${path}/initramfs-virt
|
||||
|
||||
@@ -97,7 +97,7 @@ chain http://192.168.1.50/files/debian-11.7/boot-manual.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:alpine
|
||||
chain http://192.168.1.50/files/alpine-3.19.1/boot-manual.ipxe || goto failed
|
||||
chain http://192.168.1.50/files/alpine-3.18.5/boot-manual.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:winintcaprest
|
||||
|
||||
Reference in New Issue
Block a user