Update Alpine to 3.22
This commit is contained in:
12
debpreseedtest.ipxe
Normal file
12
debpreseedtest.ipxe
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#!ipxe
|
||||||
|
|
||||||
|
# Round up our variables and display on the screen from boot.ipxe.cfg
|
||||||
|
echo Manufacturer: ${manufacturer}
|
||||||
|
echo Platform: ${platform}
|
||||||
|
echo Deployment Server: ${deploysvr}
|
||||||
|
echo TFTP URL: ${tftp-path}
|
||||||
|
echo HTTP URL: ${http-path}
|
||||||
|
|
||||||
|
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/testing.txt
|
||||||
|
initrd ${tftp-path}\debian\initrd.gz
|
||||||
|
boot
|
10
menu.ipxe
10
menu.ipxe
@@ -55,7 +55,7 @@ item deblive Debian Live System
|
|||||||
item fedoralatest Fedora Installer Latest (42) 64-bit
|
item fedoralatest Fedora Installer Latest (42) 64-bit
|
||||||
item fedora41 Fedora Installer 41 64-bit
|
item fedora41 Fedora Installer 41 64-bit
|
||||||
item arch64 Arch Linux x64
|
item arch64 Arch Linux x64
|
||||||
item alpine Alpine Linux Latest (3.21)
|
item alpine Alpine Linux Latest (3.22)
|
||||||
|
|
||||||
|
|
||||||
choose --default debinst12 --timeout 600000 target && goto ${target}
|
choose --default debinst12 --timeout 600000 target && goto ${target}
|
||||||
@@ -99,7 +99,7 @@ initrd ${tftp-path}\arch\amd-ucode.img
|
|||||||
boot
|
boot
|
||||||
|
|
||||||
:alpine
|
:alpine
|
||||||
kernel ${tftp-path}\alpine\vmlinuz-virt console=tty0 modules=loop,squashfs nomodeset alpine_repo=https://dl-cdn.alpinelinux.org/alpine/v3.21/main modloop=${http-path}/isosrc/alpine/modloop-virt
|
kernel ${tftp-path}\alpine\vmlinuz-virt console=tty0 modules=loop,squashfs nomodeset alpine_repo=https://dl-cdn.alpinelinux.org/alpine/v3.22/main modloop=${http-path}/isosrc/alpine/modloop-virt
|
||||||
initrd ${tftp-path}\alpine\initramfs-virt
|
initrd ${tftp-path}\alpine\initramfs-virt
|
||||||
boot
|
boot
|
||||||
|
|
||||||
@@ -141,11 +141,11 @@ boot
|
|||||||
menu Testing Menu
|
menu Testing Menu
|
||||||
item --gap Testing Menu
|
item --gap Testing Menu
|
||||||
item mainmenu <--- Back
|
item mainmenu <--- Back
|
||||||
item deb12newsrv Debian 12 Installer - New Servers
|
item debtest Debian Preseed TESTING
|
||||||
|
|
||||||
choose --default mainmenu --timeout 600000 target && goto ${target}
|
choose --default mainmenu --timeout 600000 target && goto ${target}
|
||||||
|
|
||||||
:deb12newsrv
|
:debtest
|
||||||
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
|
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/testing.txt
|
||||||
initrd ${tftp-path}\debian\initrd.gz
|
initrd ${tftp-path}\debian\initrd.gz
|
||||||
boot
|
boot
|
Reference in New Issue
Block a user