calamares/src/modules/fstab
Kevin Kofler eb6bb49d5a [fstab] Write configurable options to crypttab (default: luks).
fstab.conf: Add a new "crypttabOptions" option that defaults to "luks".
            Document that for Debian and Debian-based distributions, the
            setting should be changed to "luks,keyscript=/bin/cat".

main.py: Append the options from the above setting to the end of every
         line in crypttab.

At least the "luks" option should always be there, because there may be
different encryption types. The Debian initramfs-tools also require the
Debian-specific keyscript option and will otherwise ignore the keyfile
entirely (see pull request #254).
2016-10-14 18:37:19 +02:00
..
fstab.conf [fstab] Write configurable options to crypttab (default: luks). 2016-10-14 18:37:19 +02:00
main.py [fstab] Write configurable options to crypttab (default: luks). 2016-10-14 18:37:19 +02:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
test.yaml Some test data for fstab module 2014-08-04 16:31:45 +02:00