From 775471c76d085e51371461d2ec6e9b6aa77e89ae Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 24 Dec 2009 12:57:56 +0000 Subject: [PATCH] put xCAT-rmc after xCAT in instxcat file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4847 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index 6820869b3..c5382b4a0 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -161,9 +161,8 @@ if $GREP xCAT-rmc $SVNUP; then mv $source/RPMS/$NOARCH/xCAT-rmc-$VER*rpm $DESTDIR mv $source/SRPMS/xCAT-rmc-$VER*rpm $SRCDIR fi -if [ "$OSNAME" = "AIX" ]; then - echo "rpm -Uvh xCAT-rmc-$VER-*rpm" >> $DESTDIR/instxcat -fi +# Note: not putting xCAT-rmc into instxcat for aix here, because it has to be installed +# after xCAT. if [ "$OSNAME" != "AIX" ]; then if $GREP xCAT-nbroot $SVNUP; then @@ -218,6 +217,7 @@ fi if [ "$OSNAME" = "AIX" ]; then echo "rpm -Uvh xCAT-$VER-*rpm" >> $DESTDIR/instxcat + echo "rpm -Uvh xCAT-rmc-$VER-*rpm" >> $DESTDIR/instxcat # add the service node bundle files cp xCATaixSN.bnd xCATaixSN2.bnd xCATaixSSH.bnd xCATaixSSL.bnd $DESTDIR/ fi