Skip to content

Commit

Permalink
v6.29
Browse files Browse the repository at this point in the history
+ DietPi-Drive_Manager | Align NFS pre-v3 fstab entry with NFSv3 one, to contain noauto,x-systemd.automount, which resolves mount failure on boot when network interface setup is slow: #1898 (comment)
  • Loading branch information
MichaIng authored Mar 26, 2020
1 parent 69067f8 commit 173589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-drive_manager
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ NTFS:\nRecommended if you plan to use this drive on a Windows system. High CPU u

# Apply to fstab
sed -i "\#[[:space:]]$nfs_fp_mount_target[[:space:]]#d" /etc/fstab
echo "$nfs_server_ip:/ $nfs_fp_mount_target nfs auto,_netdev,nofail" >> /etc/fstab
echo "$nfs_server_ip:/ $nfs_fp_mount_target nfs _netdev,nofail,noauto,x-systemd.automount" >> /etc/fstab

MENU_DRIVE_TARGET=$nfs_fp_mount_target
Init_Drives_and_Refresh
Expand Down

0 comments on commit 173589b

Please sign in to comment.