[systemd-commits] man/crypttab.xml
Lukas Nykryn
lnykryn at kemper.freedesktop.org
Thu Nov 21 06:34:18 PST 2013
man/crypttab.xml | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit fa7abba2328eb2d23a7e27708f86f5013059ddcf
Author: Václav PavlÃn <vpavlin at redhat.com>
Date: Thu Nov 21 15:28:02 2013 +0100
man: suggest using hash= atribut for swap in example
(#883941)
diff --git a/man/crypttab.xml b/man/crypttab.xml
index 90d8ce9..fae39e7 100644
--- a/man/crypttab.xml
+++ b/man/crypttab.xml
@@ -363,6 +363,8 @@
swap /dev/sda7 /dev/urandom swap
truecrypt /dev/sda2 /etc/container_password tcrypt
hidden /mnt/tc_hidden /null tcrypt-hidden,tcrypt-keyfile=/etc/keyfile</programlisting>
+ <para>Note that the default hash algorithm is ripemd160. If you use your system
+ in FIPS mode, please specify supported hash algorithm (e.g.: hash=sha1).</para>
</example>
</refsect1>
More information about the systemd-commits
mailing list