diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-06 13:58:48 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-06 13:58:48 -0600 |
commit | e3b39a677b535bc2676a939519906f6b2dbce6f4 (patch) | |
tree | 0755a005b7d7247c21e5e92eb552757583aa0826 /conf.d | |
parent | 27713e3a41574c20336fcbf4fd3522d126045f16 (diff) |
fsck: add the ability to specify mount points to check
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/fsck | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d/fsck b/conf.d/fsck index 5d42c9d0..16aa5752 100644 --- a/conf.d/fsck +++ b/conf.d/fsck @@ -13,6 +13,13 @@ #fsck_passno=">1" #fsck_passno="<2" +# If passno is not enough granularity, you can also specify mountpoints to +# check. This should NOT be used for the default non-multiplexed fsck, or your +# system might not be checked. Additionally, it is mutually exclusive with +# the fsck_passno setting. +#fsck_mnt="" +#fsck_mnt="/home" + # Most modern fs's don't require a full fsck on boot, but for those that do # it may be advisable to skip this when running on battery. # WARNING: Do not turn this off if you have any JFS partitions. |