diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-08-26 18:22:28 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-08-26 18:22:28 +0000 |
commit | b574e76a9e62abb54d735be44bfebc4955a083f4 (patch) | |
tree | 397be483a0e8842c403fcd7645f7b11247e253d6 /po/ja/preseed.po | |
parent | b695c37f45512c00a17d9eebcb426e05c3858ba4 (diff) | |
download | installation-guide-b574e76a9e62abb54d735be44bfebc4955a083f4.zip |
preseed: Add authorized_keys url preseed example, thanks Charles Plessy
for the patch. Closes: #684629.
Diffstat (limited to 'po/ja/preseed.po')
-rw-r--r-- | po/ja/preseed.po | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po index 7c6f76481..a24f79183 100644 --- a/po/ja/preseed.po +++ b/po/ja/preseed.po @@ -1587,6 +1587,7 @@ msgid "" "# component for remote installation over SSH. This only makes sense if you\n" "# intend to perform the remainder of the installation manually.\n" "#d-i anna/choose_modules string network-console\n" +"#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key\n" "#d-i network-console/password password r00tme\n" "#d-i network-console/password-again password r00tme" msgstr "" @@ -1594,6 +1595,7 @@ msgstr "" "# component for remote installation over SSH. This only makes sense if you\n" "# intend to perform the remainder of the installation manually.\n" "#d-i anna/choose_modules string network-console\n" +"#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key\n" "#d-i network-console/password password r00tme\n" "#d-i network-console/password-again password r00tme" |