updates to pkglists to match new builds, script fixes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5619 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
156f6c1be2
commit
b624557d5c
@ -23,8 +23,8 @@ if [ $OS != "AIX" ]; then
|
||||
if [ $NODESETSTATE == "genimage" ]; then
|
||||
# Being called from <image>.postinstall script
|
||||
# Assume we are on the same machine
|
||||
chroot $installroot echo 1 | $vacpp_script
|
||||
chroot $installroot echo 1 | $xlf_script
|
||||
echo 1 | chroot $installroot $vacpp_script
|
||||
echo 1 | chroot $installroot $xlf_script
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -40,18 +40,14 @@ if [ $OS != "AIX" ]; then
|
||||
if [ $NODESETSTATE == "genimage" ]; then
|
||||
# Being called from <image>.postinstall script
|
||||
# Assume we are on the same machine
|
||||
# IP of MN (this host)
|
||||
MN=`hostname`
|
||||
MNIP=`host -t A $MN | cut -d' ' -f4`
|
||||
xcatmount=/xcatmount
|
||||
chroot $installroot mkdir $xcatmount
|
||||
chroot $installroot mount $MNIP:$ESSL_DIR $xcatmount
|
||||
chroot $installroot rpm -Uvh $xcatmount/essl.license*.rpm
|
||||
chroot $installroot $essl_bin/install_essl -y -d $xcatmount -nodocs
|
||||
chroot $installroot rpm -Uvh $xcatmount/pessl.license*.rpm
|
||||
chroot $installroot $pessl_bin/install_pessl -y -d $xcatmount -nodocs
|
||||
chroot $installroot umount $xcatmount
|
||||
chroot $installroot rmdir $xcatmount
|
||||
tmpdir=tmpessl
|
||||
mkdir $installroot/$tmpdir
|
||||
cp -p $ESSL_DIR/* $installroot/$tmpdir
|
||||
rpm --root $installroot -Uvh $installroot/$tmpdir/essl.license*.rpm
|
||||
chroot $installroot $essl_bin/install_essl -y -nodocs -d /$tmpdir
|
||||
rpm --root $installroot -Uvh $installroot/$tmpdir/pessl.license*.rpm
|
||||
chroot $installroot $pessl_bin/install_pessl -y -nodocs -d /$tmpdir
|
||||
rm -rf $installroot/$tmpdir
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -1 +1 @@
|
||||
loadl/LoadL-resmgr-full-SLES11-PPC64
|
||||
loadl/LoadL-full-license-SLES11-PPC64
|
||||
|
@ -1,12 +1,8 @@
|
||||
lapi_ppc_32bit_base
|
||||
lapi_ppc_64bit_IP_sles1100
|
||||
lapi_ppc_32bit
|
||||
lapi_ppc_64bit_US_sles1100
|
||||
IBM_pe_license
|
||||
#NEW_INSTALL_LIST#
|
||||
ibm_lapi_ip_sles11
|
||||
ibm_lapi_us_sles11
|
||||
ibm_pe_sles11
|
||||
ppe_ppc_base_32bit_sles1100
|
||||
ppe_ppc_64bit_sles1100
|
||||
ppe_pdb_ppc_sles1100
|
||||
sci_ppc_32bit_sles1100
|
||||
sci_ppc_64bit_sles110
|
||||
sci_ppc_64bit_sles1100
|
||||
|
Loading…
x
Reference in New Issue
Block a user