Change-Id: Ib4aeed4971cf400294d2e2376ecd6c4507325637
Signed-off-by: davidplunkett <dp7642@att.com>
set nic @@IPXE_INTF@@
echo Starting network on vlan [${vlan}] using nic [${nic}]...
vcreate --tag ${vlan} ${nic} ||
-ifconf --configurator dhcp ${nic}-${vlan} ||
+ifconf --configurator dhcp ${nic}-${vlan} || ifstat
isset ${filename} && chain ${filename} || echo Boot file [${filename}] does not exist or is invalid...
prompt --key 0x02 --timeout 0 Press Ctrl-B for the iPXE command line... && shell ||