diff options
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 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> |