From b3ec5243e047b97b8a35977090f377d60729957b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 30 Oct 2008 18:18:41 +0000 Subject: [PATCH] -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 --- xCAT-server/share/xcat/netboot/windows/startnet.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/windows/startnet.cmd b/xCAT-server/share/xcat/netboot/windows/startnet.cmd index 78195fe99..70b48788b 100644 --- a/xCAT-server/share/xcat/netboot/windows/startnet.cmd +++ b/xCAT-server/share/xcat/netboot/windows/startnet.cmd @@ -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