Merge "Remove the --autofree option from boot.ipxe"

This commit is contained in:
Jenkins 2015-08-21 01:36:51 +00:00 committed by Gerrit Code Review
commit 725dfbba14

View File

@ -1,7 +1,7 @@
#!ipxe
# load the MAC-specific file or fail if it's not found
chain --autofree pxelinux.cfg/${mac:hexhyp} || goto error_no_config
chain pxelinux.cfg/${mac:hexhyp} || goto error_no_config
:error_no_config
echo PXE boot failed. No configuration found for MAC ${mac}