using INUCLIENTS=1 and INUBOSTYPE=1 to skip trying to start daemons for sles11
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
abb63e2111
commit
1ae46438ff
@ -69,7 +69,7 @@ if [ $OS != "AIX" ]; then
|
||||
mkdir -p $installroot/etc/opt/ibmhpc/license
|
||||
cp -pR /etc/opt/ibmhpc/license/* $installroot/etc/opt/ibmhpc/license
|
||||
# Install PE product rpms
|
||||
zypper -R $installroot install $PE_DIR/ibm_lapi*.rpm $PE_DIR/ibm_pe*.rpm $PE_DIR/ppe_*.rpm
|
||||
INUCLIENTS=1 INUBOSTYPE=1 zypper -R $installroot install $PE_DIR/ibm_lapi*.rpm $PE_DIR/ibm_pe*.rpm $PE_DIR/ppe_*.rpm
|
||||
else
|
||||
# For Redhat, etc., assume yum is available on the system running genimage
|
||||
if [ ! -d /etc/opt/ibmhpc/license ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user