-Fix windows reboot on install completion
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1729 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6d7d5bce41
commit
b9fb5e8233
@ -7,5 +7,5 @@ for /f %%c in ('echo %XCATD%') do set XCATD=%%c
|
||||
net use i: \\%XCATD%\install
|
||||
for /f "delims=: tokens=2" %%c in ('ipconfig ^|find "IPv4 Address. . ."') do set NODEIP=%%c
|
||||
for /f %%c in ('echo %NODEIP%') do set NODEIP=%%c
|
||||
i:\autoinst\%NODEIP%
|
||||
call i:\autoinst\%NODEIP%.cmd
|
||||
wpeutil reboot
|
||||
|
Loading…
Reference in New Issue
Block a user