From bec7a76a80ef452bbd9b6cbd91607e2e2c7f33d1 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 8 May 2007 17:16:39 +0000 Subject: 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 --- installer/OpenSLX/OSExport/ExportType/NFS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- cgit v1.2.3-55-g7522