diff options
Diffstat (limited to 'rc.d')
| -rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 26dd0c41..706a720b 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -526,7 +526,7 @@ _RUN_QUOTACHECK=0 if [ -z "$fastboot" ]; then STRING=$"Checking filesystems" echo $STRING - initlog -c "fsck -T -R -A -a $fsckoptions" + initlog -c "fsck -T -t opts=!_netdev -R -A -a $fsckoptions" rc=$? if [ "$rc" = "0" ]; then success "$STRING" |
