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. --- en/appendix/preseed.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'en') 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