diff options
author | Frans Pop <elendil@planet.nl> | 2008-12-02 12:14:51 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-12-02 12:14:51 +0000 |
commit | 15b73ea37c5124b5bbc82e72b1bf886f8891db1d (patch) | |
tree | 79574869ebf3b3f51a71200511acf26b60d2d77d | |
parent | 67695e55a27e2dd86ae17b36f3b4a754b993b125 (diff) | |
download | installation-guide-15b73ea37c5124b5bbc82e72b1bf886f8891db1d.zip |
Correct two minor errors in preconfiguration examples. With thanks to Andreas Beckmann for reporting them.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a5af462d1..61d89d7f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low * Move documentation files to separate subdirectory doc. * Document how the manual is built for the Debian website. * Correct error spotted by Osamu Aoki: text web browser is w3m, not w3c. + * Correct two minor errors in preconfiguration examples. With thanks to + Andreas Beckmann for reporting them. Closes: #507544. - -- Frans Pop <fjp@debian.org> Sun, 30 Nov 2008 09:10:23 +0100 + -- Frans Pop <fjp@debian.org> Tue, 02 Dec 2008 13:13:53 +0100 installation-guide (20081113) unstable; urgency=medium diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index f5a8eef85..78a26920d 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -912,7 +912,7 @@ d-i time/zone string US/Eastern # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. -#d-i clock-setup/ntp-server ntp.example.com +#d-i clock-setup/ntp-server string ntp.example.com </screen></informalexample> </sect2> @@ -956,7 +956,7 @@ d-i partman-auto/method string lvm # warning. This can be preseeded away... d-i partman-lvm/device_remove_lvm boolean true # The same applies to pre-existing software RAID array: -d-i parman-md/device_remove_md boolean true +d-i partman-md/device_remove_md boolean true # And the same goes for the confirmation to write the lvm partitions. d-i partman-lvm/confirm boolean true |