"rhels6" is used to replace the current "rhel6" naming rule.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8754 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2011-01-27 09:09:52 +00:00
parent 40bab2334e
commit d0d7b6190a
14 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# OS packages that are useful for all IBM HPC products
#INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhel6.ppc64.pkglist#
#INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.pkglist#
xinetd
rsh

View File

@ -1,3 +0,0 @@
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/IBMhpc.rhel6.ppc64.pkglist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/pe.rhel6.pkglist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/compilers/compilers.rhel6.pkglist#

View File

@ -1,4 +1,4 @@
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/IBMhpc.rhel6.ppc64.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/IBMhpc.rhels6.ppc64.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/gpfs/gpfs.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/compilers/compilers.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/pe.exlist#

View File

@ -0,0 +1,3 @@
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/IBMhpc.rhels6.ppc64.pkglist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/pe.rhels6.pkglist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/compilers/compilers.rhels6.pkglist#

View File

@ -24,7 +24,7 @@ otherpkgs=/install/post/otherpkgs/$osver/$arch
# Run default postinstall shipped with xcat
/opt/xcat/share/xcat/netboot/rh/compute.rhel6.ppc64.postinstall $1 $2 $3 $4 $5
/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.postinstall $1 $2 $3 $4 $5
# Run general IBMhpc postinstall script

View File

@ -1,5 +1,5 @@
# OS packages that are useful for all IBM HPC products
#INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhel6.ppc64.pkglist#
#INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.pkglist#
xinetd
rsh

View File

@ -1,7 +1,7 @@
# Sample exlude list for building a diskless RHEL6 PPC64 image
#INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/min-IBMhpc.rhel6.ppc64.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/min-IBMhpc.rhels6.ppc64.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/compilers/compilers.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/essl/min-essl.exlist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/gpfs/min-gpfs.exlist#

View File

@ -1,8 +1,8 @@
# Sample package list for installing all IBM HPC products in a
# RHEL6 ppc64 minimal diskless image
#not INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhel6.ppc64.pkglist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/min-IBMhpc.rhel6.ppc64.pkglist#
#not INCLUDE:/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.pkglist#
#INCLUDE:/opt/xcat/share/xcat/IBMhpc/min-IBMhpc.rhels6.ppc64.pkglist#
#not INCLUDE:/opt/xcat/share/xcat/IBMhpc/compilers/min-compilers.pkglist#
#not INCLUDE:/opt/xcat/share/xcat/IBMhpc/essl/min-essl.pkglist#
#not INCLUDE:/opt/xcat/share/xcat/IBMhpc/pe/min-loadl.pkglist#

View File

@ -24,7 +24,7 @@ otherpkgs=/install/post/otherpkgs/$osver/$arch
# Run default postinstall shipped with xcat
/opt/xcat/share/xcat/netboot/rh/compute.rhel6.ppc64.postinstall $1 $2 $3 $4 $5
/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.postinstall $1 $2 $3 $4 $5
# Run general IBMhpc postinstall script
@ -57,5 +57,5 @@ installroot=$installroot loadldir=$otherpkgs/loadl NODESETSTATE=genimage $hpc/
installroot=$installroot rsctdir=$otherpkgs/rsct NODESETSTATE=genimage $hpc/rsct/rsct_install
#clean up
$hpc/min-IBMhpc.rhel6.cleanup $1 $2 $3 $4 $5
$hpc/min-IBMhpc.rhels6.cleanup $1 $2 $3 $4 $5