summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-20 00:33:38 +0000
committerRoy Marples <roy@marples.name>2008-02-20 00:33:38 +0000
commit5ddd32c06c6bd43aaf701193822d678f742c5e5a (patch)
treead2a234f7f6c946efc0abbea232143e1a4ab66ac /conf.d
parent7dec6f40250dfa9196e9139173e8ecb8387b85d5 (diff)
downloadopenrc-5ddd32c06c6bd43aaf701193822d678f742c5e5a.tar.gz
openrc-5ddd32c06c6bd43aaf701193822d678f742c5e5a.tar.bz2
openrc-5ddd32c06c6bd43aaf701193822d678f742c5e5a.tar.xz
Allow fsck to be multiplexed.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/fsck13
1 files changed, 12 insertions, 1 deletions
diff --git a/conf.d/fsck b/conf.d/fsck
index 540c6f7..77fd658 100644
--- a/conf.d/fsck
+++ b/conf.d/fsck
@@ -1,6 +1,17 @@
# Pass any arguments to fsck.
# By default we preen.
-fsck="-p"
+# Linux systems also force -C0 and -T.
+# If fsck_args is not specified then Linux systems also use -A
+# (and -R if / is rw)
+#fsck_args="-p"
+
+# We can also specify the passno in /etc/fstab to check
+# If you multiplex fsck (ie ln -s fsck /etc/init.d/fsck.late) then you can
+# do an fsck outside of the normal scope, say for /home.
+# Here are some exampes:-
+#fsck_passno="=1 =2"
+#fsck_passno=">1"
+#fsck_passno="<2"
# 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