add ksh.ppc64 into the IBMhpc.rhel6.ppc64.pkglist and min-IBMhpc.rhel6.ppc64.pkglist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8182 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0c53211ec0
commit
e1e7a48c35
@ -6,6 +6,7 @@ rsh
|
||||
rsh-server
|
||||
at.ppc64
|
||||
sed.ppc64
|
||||
ksh.ppc64
|
||||
|
||||
compat-libstdc++-33.ppc
|
||||
compat-libstdc++-33.ppc64
|
||||
|
@ -28,11 +28,12 @@ if [ $OS != "AIX" ]; then
|
||||
cd /tmp/essl
|
||||
download_dir=`echo $ESSL_DIR | cut -d '/' -f3-`
|
||||
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 10 -T 60 -nH --cut-dirs=5 ftp://$SITEMASTER/$download_dir/*.rpm 2> /tmp/wget.log
|
||||
rpm -Uvh essl.license*.rpm
|
||||
install_essl=`find /opt/ibmmath/essl -name install_essl -print`
|
||||
if [ -n "$install_essl" ] ; then
|
||||
$install_essl -y -d . -nodocs
|
||||
fi
|
||||
#rpm -Uvh essl.license*.rpm
|
||||
IBM_ESSL_LICENSE_ACCEPT=yes rpm -Uvh essl*.rpm
|
||||
#install_essl=`find /opt/ibmmath/essl -name install_essl -print`
|
||||
#if [ -n "$install_essl" ] ; then
|
||||
# $install_essl -y -d . -nodocs
|
||||
#fi
|
||||
rpm -Uvh pessl.license*.rpm
|
||||
install_pessl=`find /opt/ibmmath/pessl -name install_pessl -print`
|
||||
if [ -n "$install_pessl" ] ; then
|
||||
|
@ -5,6 +5,7 @@ xinetd
|
||||
rsh
|
||||
rsh-server
|
||||
sed.ppc64
|
||||
ksh.ppc64
|
||||
|
||||
compat-libstdc++-33.ppc
|
||||
compat-libstdc++-33.ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user