Add the BSR support for Power Linux nodes

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12492 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2012-05-03 05:55:44 +00:00
parent e971db6635
commit fbb1964488
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pe/src
pe/bsr
pe/libbsr
#ENV:IBM_PPE_RTE_LICENSE_ACCEPT=yes#
pe/ppe_rte_license*

View File

@ -87,3 +87,12 @@ if [ "$OS" != "AIX" ]; then
chroot $installroot $gen_xlf
fi
fi
# BSR configuration for Power Linux nodes
if [ "$OS" != "AIX" ]; then
chroot $installroot groupadd bsr
chroot $installroot mkdir -p /var/lib/bsr
chroot $installroot chown root:bsr /var/lib/bsr
chroot $installroot chmod g+sw /var/lib/bsr
fi