diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-01-19 09:38:00 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-01-19 09:38:00 +0000 |
commit | 72688ecd172ac3c39220c70ee787c1d2a9384b18 (patch) | |
tree | 7a30946d48dbb78e1b04368f8127de34aa6de5c4 /po/fr | |
parent | d2d5534a0ea527f7b45a09a75ad3d769a7c584d6 (diff) | |
download | installation-guide-72688ecd172ac3c39220c70ee787c1d2a9384b18.zip |
Avoid security issues while making an encrypted root password for a
preseed file. Closes: #775718.
Diffstat (limited to 'po/fr')
-rw-r--r-- | po/fr/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/fr/preseed.po b/po/fr/preseed.po index e615b7a4c..9831d3a7a 100644 --- a/po/fr/preseed.po +++ b/po/fr/preseed.po @@ -2064,8 +2064,8 @@ msgstr "" #. Tag: screen #: preseed.xml:895 #, no-c-format -msgid "$ printf \"r00tme\" | mkpasswd -s -m md5" -msgstr "$ printf \"r00tme\" | mkpasswd -s -m md5" +msgid "mkpasswd -m sha-512" +msgstr "mkpasswd -m sha-512" #. Tag: title #: preseed.xml:901 |