From 251a5d9c0e84669cd1c2f4b0e8767cdb198377ee Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 10 Nov 2005 22:19:48 +0000 Subject: don't fsck netdev filesystems in rc.sysinit (#169403) --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index d94ee84d..bc89fda9 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -675,9 +675,9 @@ if [ -z "$fastboot" ]; then STRING=$"Checking filesystems" echo $STRING if [ "${RHGB_STARTED}" != "0" -a -w /etc/rhgb/temp/rhgb-console ]; then - fsck -T -R -A -a $fsckoptions > /etc/rhgb/temp/rhgb-console + fsck -T -t opts=!_netdev -R -A -a $fsckoptions > /etc/rhgb/temp/rhgb-console else - initlog -c "fsck -T -R -A -a $fsckoptions" + initlog -c "fsck -T -t opts=!_netdev -R -A -a $fsckoptions" fi rc=$? if [ "$rc" -eq "0" ]; then -- cgit v1.2.1