From db036008d642d9dc8330d20d581606ae0502d66c Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 19 Aug 2010 07:23:46 +0000 Subject: [PATCH] yum install for rsct on rhels6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7139 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install b/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install index 7db820e55..c6c745692 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/rsct/rsct_install @@ -40,7 +40,7 @@ if [ $OS != "AIX" ]; then # For Redhat, etc., assume yum is available on the system running genimage # rsct don't need license. So not install and accept the rsct license on the MN # Install RSCT product rpms - INUCLIENTS=1 INUBOSTYPE=1 yum --installroot $installroot --nogpgcheck localupdate $RSCT_DIR/src-*.rpm $RSCT_DIR/rsct.core-*.rpm $RSCT_DIR/rsct.core.utils-*.rpm + INUCLIENTS=1 INUBOSTYPE=1 yum --installroot $installroot --nogpgcheck install $RSCT_DIR/src-*.rpm $RSCT_DIR/rsct.core-*.rpm $RSCT_DIR/rsct.core.utils-*.rpm fi fi