From 02b9c8a0c04cd409a7cccd17ddd3c3027bdd1ec2 Mon Sep 17 00:00:00 2001 From: vallard Date: Wed, 29 Apr 2009 16:15:14 +0000 Subject: [PATCH] changed imagex location to match location where genimage.bat places it: /windows/system32 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3272 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/windows.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/windows.pm b/xCAT-server/lib/xcat/plugins/windows.pm index 7ad14ca88..375b7e5fd 100644 --- a/xCAT-server/lib/xcat/plugins/windows.pm +++ b/xCAT-server/lib/xcat/plugins/windows.pm @@ -169,7 +169,7 @@ sub applyimagescript { echo assign >> x:/xcat/diskprep.prt if exist i:/images/$arch/$profile.prt copy i:/images/$arch/$profile.prt x:/xcat/diskprep.prt diskpart /s x:/xcat/diskprep.prt - x:/xcat/imagex /apply i:/images/$arch/$profile.wim 1 c: + x:/windows/system32/imagex /apply i:/images/$arch/$profile.wim 1 c: IF %PROCESSOR_ARCHITECTURE%==AMD64 GOTO x64 IF %PROCESSOR_ARCHITECTURE%==x64 GOTO x64 IF %PROCESSOR_ARCHITECTURE%==x86 GOTO x86