diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 47215fe92..c3728a263 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1173,7 +1173,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> |