diff options
Diffstat (limited to 'mandriva/autofsck')
-rw-r--r-- | mandriva/autofsck | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mandriva/autofsck b/mandriva/autofsck new file mode 100644 index 00000000..d0291e46 --- /dev/null +++ b/mandriva/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 |