From dc4a420879b71d63deff71d436841440ccc55c2b Mon Sep 17 00:00:00 2001 From: mellor Date: Wed, 10 Aug 2011 16:52:19 +0000 Subject: [PATCH] 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 --- xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates b/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates index 91caf3027..e5c375a48 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_updates @@ -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