summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-10-09 13:12:15 +0000
committerColin Watson <cjwatson@debian.org>2006-10-09 13:12:15 +0000
commit5da91356a6548d0ea08efa83f880c46a66509374 (patch)
treeef6c0c433cfda79079d785e82214cf9997656fb5
parent52665ad1c3859dfae5d224171e1b5a940b6a3ea8 (diff)
downloadinstallation-guide-5da91356a6548d0ea08efa83f880c46a66509374.zip
* Fix incorrect documentation on preseeding additional apt sources.
-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>