summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-11-24 13:46:26 +0000
committerColin Watson <cjwatson@debian.org>2006-11-24 13:46:26 +0000
commit37844baaca8252c0240e62f917754e22fe257d12 (patch)
treee61a142827dcc931056dccf73768e4e426021484 /en/appendix
parenta34bed858bcc2bdb1c1b8913323c52bfa81a3aab (diff)
downloadinstallation-guide-37844baaca8252c0240e62f917754e22fe257d12.zip
note that apt-setup/local* really needs a key
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml4
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>