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:
parent
d292e44eb4
commit
dc4a420879
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user