Add chkconfig nfs on

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@532 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-02-20 18:45:39 +00:00
parent b858eb29ea
commit a1237fb5b6

View File

@ -52,8 +52,9 @@ if [ "$1" = "1" ]; then #Only if installing for the first time..
fi
if ! grep /install /etc/exports; then
echo '/install *(ro,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys
service nfs restart
fi
service nfs restart
chkconfig nfs on
# makes it a service node
touch /etc/xCATSN