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