From 9d4b741a04f30e3e63100c4b8a782484fb0b9acd Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 18 Sep 2008 18:52:06 +0000 Subject: [PATCH] -Change Windows PE script to allow disconnect of 'I:' drive git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2197 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/windows/startnet.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/windows/startnet.cmd b/xCAT-server/share/xcat/netboot/windows/startnet.cmd index c3047f10f..2bc6109ac 100644 --- a/xCAT-server/share/xcat/netboot/windows/startnet.cmd +++ b/xCAT-server/share/xcat/netboot/windows/startnet.cmd @@ -7,5 +7,6 @@ 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 -call i:\autoinst\%NODEIP%.cmd +copy i:\autoinst\%NODEIP%.cmd x:\xcat\autoscript.cmd +call x:\xcat\autoscript.cmd wpeutil reboot