diff options
author | Colin Watson <cjwatson@debian.org> | 2006-10-09 13:12:15 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-10-09 13:12:15 +0000 |
commit | 5da91356a6548d0ea08efa83f880c46a66509374 (patch) | |
tree | ef6c0c433cfda79079d785e82214cf9997656fb5 /en | |
parent | 52665ad1c3859dfae5d224171e1b5a940b6a3ea8 (diff) | |
download | installation-guide-5da91356a6548d0ea08efa83f880c46a66509374.zip |
* Fix incorrect documentation on preseeding additional apt sources.
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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> |