issue pelinks in PE postinsall script to support multiple PE versions.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1ab0ea3f0e
commit
614b0bc0a9
@ -107,3 +107,14 @@ fi
|
||||
# chroot $installroot chmod g+sw /var/lib/bsr
|
||||
# fi
|
||||
#fi
|
||||
|
||||
|
||||
# pelinks script support, uncomment the following lines and change to the correct pe version that you intend to use.
|
||||
#PE_VERSION=1202
|
||||
#if [ "$OS" != "AIX" ]; then
|
||||
# if [ $NODESETSTATE == "install" ] || [ $NODESETSTATE == "boot" ]; then
|
||||
# MP_CONFIG=$PE_VERSION /opt/ibmhpc/pe$PE_VERSION/ppe.poe/bin/pelinks
|
||||
# else
|
||||
# export MP_CONFIG=$PE_VERSION;chroot $installroot /opt/ibmhpc/pe$PE_VERSION/ppe.poe/bin/pelinks
|
||||
# fi
|
||||
#fi
|
||||
|
Loading…
Reference in New Issue
Block a user