From d8c0929f245e538c41d1ee280c1e01b3d911a2cd Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 10 Oct 2013 03:14:50 -0700 Subject: [PATCH] bug 3824: install systemimager on sles10 failed --- xCAT/postscripts/otherpkgs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 234df6678..30273776d 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -711,8 +711,9 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do if ( pmatch "$OSVER" "sles10*" ); then rc=0 array_set_element repo_path $index $path + else + result=`zypper sd xcat-otherpkgs$index` fi - result=`zypper sd xcat-otherpkgs$index` fi elif [ $hasapt -eq 1 ]; then #use apt