Update Alpine to 3.22

This commit is contained in:
2025-08-18 23:07:54 -05:00
parent 4e7d83da38
commit 887e12bf9d
2 changed files with 17 additions and 5 deletions

12
debpreseedtest.ipxe Normal file
View 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

View File

@@ -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