From 815952a65a9cf41d3d1f353e6bee5cef4de4805a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 22 Nov 2011 12:56:29 -0600 Subject: Revert "Revert "fsck: add the ability to specify mount points to check"" This reverts commit 5a3599df8a15b1212857335101c9d31fb19e87e2. After review, I am bringing this back to the tree. --- conf.d/fsck | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf.d/fsck') 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. -- cgit v1.2.3