bug 3824: systeimager install failed on sles10 golden client
This commit is contained in:
parent
f6ea3147a7
commit
6b1b4f2253
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user