Files
ipxe/debpreseedtest.ipxe
2025-08-18 23:07:54 -05:00

12 lines
345 B
Plaintext

#!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