From c95868f0f3aa155ed98ff30e9f9d1f4cbc105b55 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 28 Mar 2006 16:14:01 +0000 Subject: Document new option to preseed additional apt sources for target system --- en/appendix/preseed.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'en') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 0df5e6f2d..56783ec46 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -713,7 +713,7 @@ d-i time/zone string US/Eastern Setup of the /etc/apt/sources.list and basic configuration options is fully automated based on your installation method and answers to -earlier questions. Only the three variables below are relevant for preseeding. +earlier questions. You can optionally add other (local) repositories. @@ -723,7 +723,14 @@ earlier questions. Only the three variables below are relevant for preseeding. #d-i apt-setup/contrib boolean true # Uncomment this to avoid adding security sources, or # add a hostname to use a different server than security.debian.org. -#d-i apt-setup/security_host string +#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/repository string \ +# deb http://local.server/debian stable main +# URL to the public key of the localrepository +#d-i apt-setup/local0/key string http://local.server/key -- cgit v1.2.3