HPC Integration - fixed yum prompt in gpfs_updates script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10265 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2011-08-10 16:52:19 +00:00
parent d292e44eb4
commit dc4a420879

View File

@ -60,7 +60,7 @@ if [ $OS != "AIX" ]; then
zypper -R $installroot rr gpfs_updates
else
# For Redhat, etc., assume yum is available on the system running genimage
yum --installroot $installroot --nogpgcheck localupdate $INSTALL_DIR/$UPDATES_DIR/*.rpm
yum -y --installroot $installroot --nogpgcheck localupdate $INSTALL_DIR/$UPDATES_DIR/*.rpm
fi
fi
fi