Windows10Deployment/tftp/main.ipxe

18 lines
337 B
Plaintext

#!ipxe
:MENU
menu
item --gap -- ---------------- iPXE boot menu ----------------
item shoelaces Shoelaces
item shell ipxe shell
choose --default return --timeout 5000 target && goto ${target}
:shoelaces
chain http://cms-net-svcs.claremontmakerspace.org:8081/poll/1/${mac} ||
goto MENU
:shell
shell ||
goto MENU
autoboot