From 2b55163f6cb0fd8e58be6931a248c67378c1a42b Mon Sep 17 00:00:00 2001 From: mellor Date: Wed, 23 Feb 2011 17:39:13 +0000 Subject: [PATCH] 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 --- .../xcat/IBMhpc/compute.rhels6.ppc64.postinstall | 10 +++++++++- .../xcat/IBMhpc/compute.sles11.ppc64.postinstall | 11 ++++++++++- .../xcat/IBMhpc/min-compute.rhels6.ppc64.postinstall | 11 ++++++++++- .../xcat/IBMhpc/min-compute.sles11.ppc64.postinstall | 11 ++++++++++- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.rhels6.ppc64.postinstall b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.rhels6.ppc64.postinstall index 8d5e83aa0..1f5fd228c 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.rhels6.ppc64.postinstall +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.rhels6.ppc64.postinstall @@ -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/ 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 diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.ppc64.postinstall b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.ppc64.postinstall index ffdd993c5..b36a6db4c 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.ppc64.postinstall +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/compute.sles11.ppc64.postinstall @@ -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/ 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 diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.rhels6.ppc64.postinstall b/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.rhels6.ppc64.postinstall index e51833ed5..755db3643 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.rhels6.ppc64.postinstall +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.rhels6.ppc64.postinstall @@ -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/ 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 diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.sles11.ppc64.postinstall b/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.sles11.ppc64.postinstall index 0e55f4936..fdb5d9ed5 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.sles11.ppc64.postinstall +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/min-compute.sles11.ppc64.postinstall @@ -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/ 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