AjoutĀ : etc/default/cryptdisks
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 10 Jan 2017 10:41:31 +0000 (11:41 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 10 Jan 2017 10:41:31 +0000 (11:41 +0100)
srv/ateliers/etc/default/cryptdisks [new file with mode: 0644]

diff --git a/srv/ateliers/etc/default/cryptdisks b/srv/ateliers/etc/default/cryptdisks
new file mode 100644 (file)
index 0000000..83fdf74
--- /dev/null
@@ -0,0 +1,17 @@
+# Run cryptdisks initscripts at startup? Default is Yes.
+CRYPTDISKS_ENABLE=Yes
+
+# Mountpoints to mount, before cryptsetup is invoked at initscripts. Takes
+# mountpoins which are configured in /etc/fstab as arguments. Separate
+# mountpoints by space.
+# This is useful for keyfiles on removable media. Default is unset.
+CRYPTDISKS_MOUNT="/dev/mapper/ateliers_root_deciphered"
+
+# Default check script. Takes effect, if the 'check' option is set in crypttab
+# without a value.
+CRYPTDISKS_CHECK=blkid
+
+# Default precheck script. Takes effect, if the 'precheck' option is set in
+# crypttab without a value.
+# Default is 'un_blkid' for plain dm-crypt devices if unset here.
+CRYPTDISKS_PRECHECK=