summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-11-06 22:06:58 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-11-06 22:06:58 -0600
commit5a3599df8a15b1212857335101c9d31fb19e87e2 (patch)
tree339f0a8aff3dff0e2e1aedb9618d15d5956f7aa0 /conf.d
parente3b39a677b535bc2676a939519906f6b2dbce6f4 (diff)
downloadopenrc-5a3599df8a15b1212857335101c9d31fb19e87e2.tar.gz
openrc-5a3599df8a15b1212857335101c9d31fb19e87e2.tar.bz2
openrc-5a3599df8a15b1212857335101c9d31fb19e87e2.tar.xz
Revert "fsck: add the ability to specify mount points to check"
This reverts commit e3b39a677b535bc2676a939519906f6b2dbce6f4. I misunderstood and thought this was ready to go in the tree, but it was on a remote branch only for a review.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/fsck7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf.d/fsck b/conf.d/fsck
index 16aa575..5d42c9d 100644
--- a/conf.d/fsck
+++ b/conf.d/fsck
@@ -13,13 +13,6 @@
#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.