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
This commit is contained in:
bp-sawyers 2009-12-24 12:57:56 +00:00
parent 637486f053
commit 775471c76d

View File

@ -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