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/zh_CN | |
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/zh_CN')
-rw-r--r-- | po/zh_CN/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 753fcb3d5..6865ccdc7 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -1964,8 +1964,8 @@ msgstr "下面的命令可用于生成密码的 MD5 值。" #. 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 |