diff options
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 2 insertions, 2 deletions
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 |