mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 19:50:21 +00:00
Export /install rw for service node installs.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@659 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -108,7 +108,7 @@ if [ "$1" = "1" ]; then #Only if installing for the fist time..
|
||||
echo '/tftpboot *(rw,root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys
|
||||
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
|
||||
echo '/install *(rw,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys
|
||||
fi
|
||||
chkconfig nfs on
|
||||
/etc/rc.d/init.d/nfs stop
|
||||
|
Reference in New Issue
Block a user