bug 3824: systeimager install failed on sles10 golden client

This commit is contained in:
xq2005 2013-11-04 23:39:47 -08:00
parent f6ea3147a7
commit 6b1b4f2253

View File

@ -692,7 +692,12 @@ EOF`
rc=0
array_set_element repo_path $index $path
else
result=`zypper sd xcat-otherpkgs$index`
if ( pmatch "$OSVER" "sles10*" );then
rc=0
array_set_element repo_path $index $path
else
result=`zypper sd xcat-otherpkgs$index`
fi
fi
elif [ $hasapt -eq 1 ]; then
#use apt