From 82367c90eadd99d899aab073754a95fdf04dd997 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 8 Jul 2017 08:52:02 -0700 Subject: [PATCH] NFS versions 4.1 exists --- mount/linux-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/linux-lib.pl b/mount/linux-lib.pl index 21ba72cd3..89df5f55c 100755 --- a/mount/linux-lib.pl +++ b/mount/linux-lib.pl @@ -1339,7 +1339,7 @@ elsif ($type eq "nfs" || $type eq "nfs4") { print &ui_table_row(&hlink($text{'linux_nfsvers'}, "linux_nfsvers"), &ui_select("nfs_nfsvers", $options{"nfsvers"}, [ [ "", $text{'linux_nfsdefault'} ], - 2, 3, 4 ])); + 2, 3, 4, 4.1 ])); } elsif ($type eq "fat" || $type eq "vfat" || $type eq "msdos" || $type eq "umsdos" || $type eq "fatx"){