Drucken

Im root-Verzeichnis des Web-Servers erzeuge ich hier die Datei net-boot.ipxe mit folgendem Inhalt:

#!ipxe

# global variables used in our scripts
chain --autofree net.cfg ||

# Boot //mac-010203040506.ipxe if script is present
chain --replace --autofree ${boot-url}${boot-dir}mac-${mac:hexraw}.ipxe ||

# Boot /menu.ipxe script if all other options have been exhausted
chain --replace --autofree ${boot-menu} ||