-Fix path in windows genimage cmd script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2423 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fe130f94af
commit
b3ec5243e0
@ -2,7 +2,7 @@
|
||||
echo Initializing, please wait.
|
||||
wpeinit
|
||||
ping -n 60 127.0.0.1 > NUL 2>&1
|
||||
md \temp
|
||||
md \xcat
|
||||
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
|
||||
net use i: \\%XCATD%\install
|
||||
|
Loading…
Reference in New Issue
Block a user