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 /en/appendix | |
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 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index ab5a3205d..b1094f7d7 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -904,6 +904,7 @@ that no gateway should be used. # component for remote installation over SSH. This only makes sense if you # intend to perform the remainder of the installation manually. #d-i anna/choose_modules string network-console +#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme </screen></informalexample> |