Greetings, I didn't see the option for setting the crypt password mention in the documentation anywhere, so I've added a couple of lines to the man page for setup-storage.
This email is also to test the water for some other patches that I might send through. (I have a forked repo on Github that I am developing in.) Cheers, Paul
From 28e35b9449eb918b563ec7fe847fb8b881e9853c Mon Sep 17 00:00:00 2001 From: Paul Schulz <Paul Schulz> Date: Thu, 15 Sep 2016 10:57:43 +0930 Subject: [PATCH] Documentation for another option for 'setup-storage' --- man/setup-storage.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/setup-storage.8 b/man/setup-storage.8 index ead76e8..f0e14de 100644 --- a/man/setup-storage.8 +++ b/man/setup-storage.8 @@ -332,6 +332,9 @@ logical partitions. .IP \(bu Encrypt the swap space, /tmp, and /local00. As described in the CAVEATS section, the encryption keys will be stored in a temporary directory only. +.IP \(bu +The initial password for the encrypted device can also be set in +the configuration file by using the syntax - luks:"secret" .TP tmpfs example -- 2.7.4
