diff options
| author | Bill Nottingham <notting@redhat.com> | 2005-11-10 22:20:34 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2005-11-10 22:20:34 +0000 |
| commit | 9bb4b780e28d8052d2e6601a40fb6926528d9244 (patch) | |
| tree | 64187375447f13b6bbb2f639210819545cdce58a | |
| parent | 0f57aa34a5d4439f2075fb664824e4759d690eb9 (diff) | |
don't fsck netdev filesystems in rc.sysinit (#169403)
| -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" |
