From fb9912d38c27e43e3b6cf52dc842e1d0f700f2e7 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 23 Jun 2010 18:58:09 +0000 Subject: [PATCH] -Get rid of prompt in post-install actions in windows deployments git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6587 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/windows.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/windows.pm b/xCAT-server/lib/xcat/plugins/windows.pm index 1ba68c148..51045a191 100644 --- a/xCAT-server/lib/xcat/plugins/windows.pm +++ b/xCAT-server/lib/xcat/plugins/windows.pm @@ -184,8 +184,8 @@ sub applyimagescript { diskpart /s x:/xcat/diskprep.prt x:/windows/system32/imagex /apply i:/images/$arch/$profile.wim 1 c: reg load HKLM\\csystem c:\\windows\\system32\\config\\system - reg copy HKLM\\system\\CurrentControlSet\\services\\TCPIP6\\parameters HKLM\\csystem\\ControlSet001\\services\\TCPIP6\\parameters - reg copy HKLM\\system\\CurrentControlSet\\services\\TCPIP6\\parameters HKLM\\csystem\\ControlSet002\\services\\TCPIP6\\parameters + reg copy HKLM\\system\\CurrentControlSet\\services\\TCPIP6\\parameters HKLM\\csystem\\ControlSet001\\services\\TCPIP6\\parameters /f + reg copy HKLM\\system\\CurrentControlSet\\services\\TCPIP6\\parameters HKLM\\csystem\\ControlSet002\\services\\TCPIP6\\parameters /f reg unload HKLM\\csystem IF %PROCESSOR_ARCHITECTURE%==AMD64 GOTO x64 IF %PROCESSOR_ARCHITECTURE%==x64 GOTO x64