Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit db1c38b

Browse files
Remove flags for NFS 2
1 parent ef09a71 commit db1c38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ boot_helper_mount() {
534534
boot_helper_get_version_flags() {
535535

536536
local -r requested_version="${state[$STATE_NFS_VERSION]}"
537-
local flags=('--nfs-version' "$requested_version" '--no-nfs-version' 2)
537+
local flags=('--nfs-version' "$requested_version")
538538

539539
if ! is_nfs3_enabled; then
540540
flags+=('--no-nfs-version' 3)

0 commit comments

Comments
 (0)