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
|
Reference in New Issue
Block a user