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 | |
parent | 629f6c5d64ef325e4675c749b0f644c680f9e47b (diff) | |
download | installation-guide-d5b3a955f2f5ccc3d0f9c671d0065985aa77faad.zip |
* Document new apt-setup/services-select and related hostname preseeds.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0b74e6183..fc924ecfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,8 +38,9 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low [ Frans Pop ] * Support for sparc32 has been discontinued for Lenny. This also means that booting from floppy is no longer supported for sparc. + * Document new apt-setup/services-select and related hostname preseeds. - -- Frans Pop <fjp@debian.org> Thu, 26 Jul 2007 02:34:23 +0200 + -- Frans Pop <fjp@debian.org> Tue, 14 Aug 2007 08:13:18 +0200 installation-guide (20070319) unstable; urgency=low 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 \ |