summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-05 23:14:12 +0000
committerFrans Pop <elendil@planet.nl>2009-04-05 23:14:12 +0000
commit8e1c4f39717eba6fb3658d23ba0ce691f57225c3 (patch)
tree1fb314fe0edbb556a574ca627958512e127124de /nl/appendix
parent8845b3e73595694b76d36271ae711bb44978de09 (diff)
downloadinstallation-guide-8e1c4f39717eba6fb3658d23ba0ce691f57225c3.zip
Fix example how to generate md5-encoded password
Update and unfuzzy translations.
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index ce0f5cf5f..a622ccbaa 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1155,7 +1155,7 @@ authentication or <command>sudo</command>).
The following command can be used to generate an MD5 hash for a password:
<informalexample><screen>
-$ echo "r00tme" | mkpasswd -s -m md5
+$ printf "r00tme" | mkpasswd -s -m md5
</screen></informalexample>
</para>