summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
authorDirk2014-04-14 00:25:10 +0200
committerDirk2014-04-14 00:25:10 +0200
commit6b3580683cb018f2d45729a6fe12725ee404a399 (patch)
treede28a60ab9ccf74d6f36619b7c99a553cc2b7fb8 /src/installer
parent... (diff)
downloadcore-6b3580683cb018f2d45729a6fe12725ee404a399.tar.gz
core-6b3580683cb018f2d45729a6fe12725ee404a399.tar.xz
core-6b3580683cb018f2d45729a6fe12725ee404a399.zip
More fixes ...
Diffstat (limited to 'src/installer')
-rw-r--r--src/installer/OpenSLX/OSExport/FileSystem/NFS.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm b/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm
index 96e40d24..8119066c 100644
--- a/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm
+++ b/src/installer/OpenSLX/OSExport/FileSystem/NFS.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2011 - OpenSLX GmbH
+# Copyright (c) 2006..2014 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -132,7 +132,7 @@ sub requiredFSMods
{
my $self = shift;
- return qw( nfs );
+ return qw( nfs nfsv3 nfsv4 );
}
sub showExportConfigInfo