diff options
author | Roy Marples <roy@marples.name> | 2008-01-31 17:18:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-31 17:18:39 +0000 |
commit | cf567c844fa0fcef5f190ce21a805db9b9ed7ffb (patch) | |
tree | 16652788f0a60d6d817c962e4139a8aa86319a9a /conf.d | |
parent | 492a8f87cfa405e9c880b3539e44f24204ffd7fb (diff) |
Remove rc_force_auto as users can now specify -y in fsck_args.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/fsck | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/fsck b/conf.d/fsck index 6f039451..540c6f71 100644 --- a/conf.d/fsck +++ b/conf.d/fsck @@ -1,3 +1,7 @@ +# Pass any arguments to fsck. +# By default we preen. +fsck="-p" + # fsck_shutdown causes fsck to trigger during shutdown as well as startup. # The end result of this is that if any periodic non-root filesystem checks are # scheduled, under normal circumstances the actual check will happen during |