create the loadl group with -g

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7456 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2010-09-15 10:15:32 +00:00
parent 7d48ccc282
commit cafbfde02a

View File

@ -54,7 +54,7 @@ if [ $OS != "AIX" ]; then
# Being run from a stateful install postscript
# Copy rpms directly from the xCAT management node and install
groupadd $loadl_group
useradd -G $loadl_group $loadl_admin
useradd -g $loadl_group $loadl_admin
mkdir -p /tmp/loadl
rm -f -R /tmp/loadl/*
cd /tmp/loadl