diff options
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index b69534d62..7a2ff8d4d 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1015,7 +1015,9 @@ earlier questions. You can optionally add other (local) repositories. #d-i apt-setup/local0/comment string local server # Enable deb-src lines #d-i apt-setup/local0/source boolean true -# URL to the public key of the local repository +# URL to the public key of the local repository; you must provide a key or +# apt will complain about the unauthenticated repository and so the +# sources.list line will be left commented out #d-i apt-setup/local0/key string http://local.server/key </screen></informalexample> |