summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-10-09 08:33:09 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-10-09 08:33:09 -0400
commit3c11729c2bb78ed9de9883b17a01f35bafd31632 (patch)
tree66cbe201e386b1aa9701312e2394beb97f9c6e62
parent7bed4329a37061e7644e4a89ab2ce23a110b6b24 (diff)
Explicitly mention that if LuksPassphrase is absent, the user is asked for it
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--doc/stc.conf.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/stc.conf.xml b/doc/stc.conf.xml
index 6dfbb78..6250aa8 100644
--- a/doc/stc.conf.xml
+++ b/doc/stc.conf.xml
@@ -279,7 +279,8 @@ FilesystemOptions=umask=0022,noatime
<term><literal>LuksMappingName</literal></term>
<listitem>
<para>
- The name to use for the unlocked <literal>dm-crypt</literal> device. This option is optional.
+ The name to use for the unlocked <literal>dm-crypt</literal>
+ device. This option is optional.
</para>
</listitem>
</varlistentry>
@@ -288,7 +289,10 @@ FilesystemOptions=umask=0022,noatime
<term><literal>LuksPassphrase</literal></term>
<listitem>
<para>
- The passphrase used to unlock the device. This option is optional.
+ The passphrase used to unlock the device. This option is
+ optional. If not used, then the user is asked for the
+ passphrase when starting the device via e.g.
+ <citerefentry><refentrytitle>stc</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
</para>
</listitem>
</varlistentry>