diff options
author | adv <adv@uma.es> | 2012-01-12 20:37:46 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2012-01-12 20:37:46 +0000 |
commit | 4a29eb5a9d61c0e42e044adfa353a2ce5c466d0a (patch) | |
tree | 247f487595e37b66424aa5cdf2932b041a58f78e | |
parent | cca95a3f6b97e4dd7b12f2f0404e482191e23edb (diff) |
#460 ogprotocol nfs
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2433 a21b9725-9963-47de-94b9-378ad31fedc9
-rw-r--r-- | server/etc/exports.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/etc/exports.tmpl b/server/etc/exports.tmpl new file mode 100644 index 00000000..585d64cd --- /dev/null +++ b/server/etc/exports.tmpl @@ -0,0 +1,4 @@ +/var/lib/tftpboot NETIP/NETMASK(ro,no_subtree_check,no_root_squash,async) +/opt/opengnsys/client NETIP/NETMASK(ro,no_subtree_check,no_root_squash,async) +/opt/opengnsys/images NETIP/NETMASK(rw,no_subtree_check,no_root_squash,async,crossmnt) +/opt/opengnsys/log/clients NETIP/NETMASK(rw,no_subtree_check,no_root_squash,async)
\ No newline at end of file |