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 /it/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 'it/appendix')
-rw-r--r-- | it/appendix/preseed.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index 5ef5b4e6c..7756c643d 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -1640,6 +1640,7 @@ indicare che non deve essere usato alcun gateway. # network-console, usare le seguenti impostazioni. Questo ha senso se si # intende effettuare il resto dell'installazione manualmente. #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> |