IBMhpc - add comments to clarify postinstall usage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8912 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3676e5b339
commit
2b55163f6c
@ -19,9 +19,17 @@ arch=$3
|
||||
profile=$4
|
||||
workdir=$5
|
||||
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
otherpkgs=/install/post/otherpkgs/$osver/$arch
|
||||
|
||||
################
|
||||
# This script runs other postinstall scripts from the $hpc directory
|
||||
# If you have created a custom copy of ANY of these scripts,
|
||||
# make sure to change the execution path from $hpc/<product> to the location
|
||||
# you have placed your script in
|
||||
###############
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
custom=/install/custom/netboot/rh
|
||||
installps=/install/postscripts
|
||||
|
||||
# Run default postinstall shipped with xcat
|
||||
/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.postinstall $1 $2 $3 $4 $5
|
||||
|
@ -19,9 +19,18 @@ arch=$3
|
||||
profile=$4
|
||||
workdir=$5
|
||||
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
otherpkgs=/install/post/otherpkgs/$osver/$arch
|
||||
|
||||
################
|
||||
# This script runs other postinstall scripts from the $hpc directory
|
||||
# If you have created a custom copy of ANY of these scripts,
|
||||
# make sure to change the execution path from $hpc/<product> to the location
|
||||
# you have placed your script in
|
||||
###############
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
custom=/install/custom/netboot/sles
|
||||
installps=/install/postscripts
|
||||
|
||||
|
||||
# Run default postinstall shipped with xcat
|
||||
/opt/xcat/share/xcat/netboot/sles/compute.sles11.postinstall $1 $2 $3 $4 $5
|
||||
|
@ -19,9 +19,18 @@ arch=$3
|
||||
profile=$4
|
||||
workdir=$5
|
||||
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
otherpkgs=/install/post/otherpkgs/$osver/$arch
|
||||
|
||||
################
|
||||
# This script runs other postinstall scripts from the $hpc directory
|
||||
# If you have created a custom copy of ANY of these scripts,
|
||||
# make sure to change the execution path from $hpc/<product> to the location
|
||||
# you have placed your script in
|
||||
###############
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
custom=/install/custom/netboot/rh
|
||||
installps=/install/postscripts
|
||||
|
||||
|
||||
# Run default postinstall shipped with xcat
|
||||
/opt/xcat/share/xcat/netboot/rh/compute.rhels6.ppc64.postinstall $1 $2 $3 $4 $5
|
||||
|
@ -19,9 +19,18 @@ arch=$3
|
||||
profile=$4
|
||||
workdir=$5
|
||||
|
||||
hpc=/install/custom/netboot/sles/ling/
|
||||
otherpkgs=/install/post/otherpkgs/$osver/$arch
|
||||
|
||||
################
|
||||
# This script runs other postinstall scripts from the $hpc directory
|
||||
# If you have created a custom copy of ANY of these scripts,
|
||||
# make sure to change the execution path from $hpc/<product> to the location
|
||||
# you have placed your script in
|
||||
###############
|
||||
hpc=/opt/xcat/share/xcat/IBMhpc
|
||||
custom=/install/custom/netboot/sles
|
||||
installps=/install/postscripts
|
||||
|
||||
|
||||
# Run default postinstall shipped with xcat
|
||||
/opt/xcat/share/xcat/netboot/sles/compute.sles11.postinstall $1 $2 $3 $4 $5
|
||||
|
Loading…
Reference in New Issue
Block a user