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 b40252a59..8c08d19c1 100644 --- a/en/appendix/preseed.xml +++ b/en/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> |