summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--en/appendix/preseed.xml6
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b12a43190..780a1b768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
[ Colin Watson ]
* Document new pkgsel/include setting.
+ * Fix incorrect documentation on preseeding additional apt sources.
[ Frans Pop ]
* Various corrections suggested by Clytie Siddall and Holger Wansing.
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index babcfbd27..8f542c688 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -829,9 +829,11 @@ earlier questions. You can optionally add other (local) repositories.
#d-i apt-setup/security_host string
# Additional repositories, local[0-9] available
-#d-i apt-setup/local0/comment string local server
-#d-i apt-setup/local0/source string \
+#d-i apt-setup/local0/repository string \
# deb http://local.server/debian stable main
+#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
#d-i apt-setup/local0/key string http://local.server/key
</screen></informalexample>