Fixed export of /install and /tftpboot
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@664 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5b9b75ad33
commit
97be78448a
@ -105,7 +105,7 @@ if [ "$1" = "1" ]; then #Only if installing for the fist time..
|
||||
|
||||
mkdir -p /var/log/consoles
|
||||
if ! grep /tftpboot /etc/exports; then
|
||||
echo '/tftpboot *(rw,root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys
|
||||
echo '/tftpboot *(rw,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys
|
||||
fi
|
||||
if ! grep /install /etc/exports; then
|
||||
echo '/install *(rw,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys
|
||||
|
Loading…
Reference in New Issue
Block a user