From 9bb4b780e28d8052d2e6601a40fb6926528d9244 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 10 Nov 2005 22:20:34 +0000 Subject: don't fsck netdev filesystems in rc.sysinit (#169403) --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') 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" -- cgit