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/el | |
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/el')
-rw-r--r-- | po/el/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/el/preseed.po b/po/el/preseed.po index 35be55658..7843d97d0 100644 --- a/po/el/preseed.po +++ b/po/el/preseed.po @@ -2149,8 +2149,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 |