diff options
author | Frans Pop <elendil@planet.nl> | 2008-04-28 10:38:51 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-04-28 10:38:51 +0000 |
commit | 6a77d37c72ccaedf2e80b04d053169f5531a3f94 (patch) | |
tree | 72ae5bc7894a7946bbcc1a652901545507428009 /nl/appendix/preseed.xml | |
parent | 57c9acbf0efdc04b4c925cd56e4bbd99ce6f2562 (diff) | |
download | installation-guide-6a77d37c72ccaedf2e80b04d053169f5531a3f94.zip |
Let mkpasswd example match man page; also update translations
Diffstat (limited to 'nl/appendix/preseed.xml')
-rw-r--r-- | nl/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index db042481f..eba454718 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1138,7 +1138,7 @@ authentication or <command>sudo</command>). An MD5 hash for a password can be generated using the following command. <informalexample><screen> -$ echo "r00tme" | mkpasswd -s -H MD5 +$ echo "r00tme" | mkpasswd -s -m md5 </screen></informalexample> </para> |