diff options
author | Frans Pop <elendil@planet.nl> | 2009-04-05 23:14:12 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-04-05 23:14:12 +0000 |
commit | 8e1c4f39717eba6fb3658d23ba0ce691f57225c3 (patch) | |
tree | 1fb314fe0edbb556a574ca627958512e127124de /it/appendix/preseed.xml | |
parent | 8845b3e73595694b76d36271ae711bb44978de09 (diff) | |
download | installation-guide-8e1c4f39717eba6fb3658d23ba0ce691f57225c3.zip |
Fix example how to generate md5-encoded password
Update and unfuzzy translations.
Diffstat (limited to 'it/appendix/preseed.xml')
-rw-r--r-- | it/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index b9ca7095a..f173472c9 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -2050,7 +2050,7 @@ The following command can be used to generate an MD5 hash for a password: Si può usare il seguente comando per creare un hash MD5 di una password: <informalexample><screen> -$ echo "r00tme" | mkpasswd -s -m md5 +$ printf "r00tme" | mkpasswd -s -m md5 </screen></informalexample> </para> |