diff options
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/netfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 0376d907..a1bc022a 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -67,7 +67,7 @@ case "$1" in STRING=$"Checking network-attached filesystems" echo $STRING - fsck -A -T -R -a -t opts=_netdev + fsck -A -T -M -a -t opts=_netdev rc=$? if [ "$rc" -eq "0" ]; then |