summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-08 19:16:39 +0200
committerDirk von Suchodoletz2007-05-08 19:16:39 +0200
commitbec7a76a80ef452bbd9b6cbd91607e2e2c7f33d1 (patch)
tree888ba23ca29633ad2b01b9aaa87b883110b9d756 /installer
parentUse the admin editable Cards.local and pcitable.local files again (diff)
downloadcore-bec7a76a80ef452bbd9b6cbd91607e2e2c7f33d1.tar.gz
core-bec7a76a80ef452bbd9b6cbd91607e2e2c7f33d1.tar.xz
core-bec7a76a80ef452bbd9b6cbd91607e2e2c7f33d1.zip
The rootfilesystem has to be exported "no_root_squash" otherwise certain
files are not accessible on the client. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1031 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/ExportType/NFS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSExport/ExportType/NFS.pm b/installer/OpenSLX/OSExport/ExportType/NFS.pm
index fa1d73b3..25cea211 100644
--- a/installer/OpenSLX/OSExport/ExportType/NFS.pm
+++ b/installer/OpenSLX/OSExport/ExportType/NFS.pm
@@ -112,7 +112,7 @@ sub addTargetToNfsExports
print (('#' x 80)."\n");
print _tr("Please make sure the following line is contained in /etc/exports\nin order to activate the NFS-export of this vendor-OS:\n\t%s\n",
- "$self->{engine}->{'export-path'}\t*(ro,root_squash,async,no_subtree_check)");
+ "$self->{engine}->{'export-path'}\t*(ro,no_root_squash,async,no_subtree_check)");
print (('#' x 80)."\n");
# TODO : add something a bit more clever here...