diff options
author | Colin Watson <cjwatson@debian.org> | 2006-11-24 13:46:26 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-11-24 13:46:26 +0000 |
commit | 37844baaca8252c0240e62f917754e22fe257d12 (patch) | |
tree | e61a142827dcc931056dccf73768e4e426021484 /en/appendix | |
parent | a34bed858bcc2bdb1c1b8913323c52bfa81a3aab (diff) | |
download | installation-guide-37844baaca8252c0240e62f917754e22fe257d12.zip |
note that apt-setup/local* really needs a key
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> |