NFS versions 4.1 exists

This commit is contained in:
Jamie Cameron
2017-07-08 08:52:02 -07:00
parent c106b97a02
commit 82367c90ea

View File

@@ -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"){