-Longer grace period for WindowsPE startup

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2422 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-10-30 17:29:05 +00:00
parent c435516e6e
commit fe130f94af

View File

@ -1,7 +1,7 @@
@echo off
echo Initializing, please wait.
wpeinit
ping -n 10 127.0.0.1 > NUL 2>&1
ping -n 60 127.0.0.1 > NUL 2>&1
md \temp
for /f "delims=: tokens=2" %%c in ('ipconfig /all ^|find "DHCP Server"') do set XCATD=%%c
for /f %%c in ('echo %XCATD%') do set XCATD=%%c