diff options
author | Frans Pop <elendil@planet.nl> | 2007-08-14 06:14:43 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-08-14 06:14:43 +0000 |
commit | d5b3a955f2f5ccc3d0f9c671d0065985aa77faad (patch) | |
tree | b11854fd9abaab3d9389b30c7492d67bcb2e29ff /en | |
parent | 629f6c5d64ef325e4675c749b0f644c680f9e47b (diff) | |
download | installation-guide-d5b3a955f2f5ccc3d0f9c671d0065985aa77faad.zip |
* Document new apt-setup/services-select and related hostname preseeds.
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 0ea9919c7..b92607482 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1151,10 +1151,15 @@ earlier questions. You can optionally add other (local) repositories. #d-i apt-setup/non-free boolean true #d-i apt-setup/contrib boolean true # Uncomment this if you don't want to use a network mirror. -#d-i apt-setup/use_mirror boolean false +#d-i apt-setup/use_mirror boolean false<phrase condition="etch"> # 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</phrase><phrase condition="lenny"> +# Select which update services to use; define the mirrors to be used. +# Values shown below are the normal defaults. +#d-i apt-setup/services-select multi-select security, volatile +#d-i apt-setup/security_host string security.debian.org +#d-i apt-setup/volatile_host string volatile.debian.org</phrase> # Additional repositories, local[0-9] available #d-i apt-setup/local0/repository string \ |