aboutsummaryrefslogtreecommitdiffstats
path: root/mageia/etc/sysconfig/autofsck
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2020-07-30 22:10:35 +0200
committerOlav Vitters <olav@vitters.nl>2020-07-30 22:10:35 +0200
commita5c52c00c16be69e14360222520129d30f76e042 (patch)
treed44ff9f87b2985ead827c72c55b5aaee23c5dd10 /mageia/etc/sysconfig/autofsck
parent817ca842f086f7290f183720539834263c2f1afe (diff)
downloadinitscripts-a5c52c00c16be69e14360222520129d30f76e042.tar
initscripts-a5c52c00c16be69e14360222520129d30f76e042.tar.gz
initscripts-a5c52c00c16be69e14360222520129d30f76e042.tar.bz2
initscripts-a5c52c00c16be69e14360222520129d30f76e042.tar.xz
initscripts-a5c52c00c16be69e14360222520129d30f76e042.zip
Align Makefile and tree structure with upstream tree structure
Instead of placing the custom files with the upstream files it seems clearer to have them mostly separated. This makes it easier to see which parts are custom and which parts are more or less upstream. As a result the upstream Makefile only needed minor changes to accomodate this. The Makefile is NOT bug free, unfortunately it doesn't always do the right thing, this due to inexperience.
Diffstat (limited to 'mageia/etc/sysconfig/autofsck')
-rw-r--r--mageia/etc/sysconfig/autofsck11
1 files changed, 11 insertions, 0 deletions
diff --git a/mageia/etc/sysconfig/autofsck b/mageia/etc/sysconfig/autofsck
new file mode 100644
index 00000000..d0291e46
--- /dev/null
+++ b/mageia/etc/sysconfig/autofsck
@@ -0,0 +1,11 @@
+# -*- Mode: sh -*-
+# $Id$
+
+# Specify here how many seconds we wait for timeout
+AUTOFSCK_TIMEOUT=5
+
+# Specify if we do automatic fsck.
+AUTOFSCK_DEF_CHECK=no
+
+# Specify how many seconds we wait for mounting crypto.
+AUTOFSCK_CRYPTO_TIMEOUT=5