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
This commit is contained in:
vallard 2009-04-29 16:15:14 +00:00
parent 5945f049cf
commit 02b9c8a0c0

View File

@ -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