From 5da91356a6548d0ea08efa83f880c46a66509374 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 9 Oct 2006 13:12:15 +0000 Subject: * Fix incorrect documentation on preseeding additional apt sources. --- debian/changelog | 1 + en/appendix/preseed.xml | 6 ++++-- 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 -- cgit v1.2.3