diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-10-12 23:09:26 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-10-12 23:12:23 -0400 |
commit | 80875db58a6db58e3e2f01caf1adabca068d3ffb (patch) | |
tree | c502f23ca37d1312b679b3c2df0a6bb26de01877 /e2fsck/e2fsck.conf.5.in | |
parent | 4758835c280082e38f0b96816ea4f60351a49053 (diff) | |
download | e2fsprogs-80875db58a6db58e3e2f01caf1adabca068d3ffb.tar.gz |
e2fsck: Offer to clear the test_fs flag if ext4 is available
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/e2fsck.conf.5.in')
-rw-r--r-- | e2fsck/e2fsck.conf.5.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e2fsck/e2fsck.conf.5.in b/e2fsck/e2fsck.conf.5.in index 9d121716..c66a7698 100644 --- a/e2fsck/e2fsck.conf.5.in +++ b/e2fsck/e2fsck.conf.5.in @@ -106,6 +106,11 @@ This boolean relation controls whether or not the interval between filesystem checks (either based on time or number of mounts) should be doubled if the system is running on battery. It defaults to true. +.TP +.I clear_test_fs_flag +This boolean relation controls whether or not e2fsck will offer to clear +the test_fs flag if the ext4 filesystem is available on the system. It +defaults to true. .SH THE [problems] STANZA Each tag in the .I [problems] |