mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 05:11:12 +00:00
bug 3824: systeimager install failed on sles10 golden client
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user