12 lines
345 B
Plaintext
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 |