mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Remove 'hash=plain' option for plain type entries, add 'none luks' for LUKS type entries. Note that the format of a crypttab entry is distribution specific. On some distributions only the first 2 fields are required, the remaining are optional, on other distributions all 4 fields are required. With this patch correct crypttab entries are generated for all distributions. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/55 Fixes: https://github.com/ibm-s390-tools/s390-tools/issues/57 Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>