diff options
author | Colin Watson <cjwatson@debian.org> | 2008-02-25 10:45:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-02-25 10:45:02 +0000 |
commit | d393022028563e46044157a730299df790740214 (patch) | |
tree | dce00d4e5c7897cfb70225526bb7982b5f496369 | |
parent | 215a02c5055bd29eb4ca9f9e61687f4a649be409 (diff) | |
download | installation-guide-d393022028563e46044157a730299df790740214.zip |
* Spell "multiselect" correctly in apt-setup/services-select preseeding
example.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 283539c7b..dfcdb2ad7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low + [ Frans Pop ] * Clarify console switching for the graphical installer. Thanks to Tim Richardson for the suggestion. + [ Colin Watson ] + * Spell "multiselect" correctly in apt-setup/services-select preseeding + example. + -- Frans Pop <fjp@debian.org> Tue, 19 Feb 2008 15:22:07 +0100 installation-guide (20080211) unstable; urgency=low diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 6c5a01670..1baf860fd 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1152,7 +1152,7 @@ earlier questions. You can optionally add other (local) repositories. #d-i apt-setup/use_mirror boolean false # 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/services-select multiselect security, volatile #d-i apt-setup/security_host string security.debian.org #d-i apt-setup/volatile_host string volatile.debian.org |