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 /en/appendix/preseed.xml | |
parent | 67695e55a27e2dd86ae17b36f3b4a754b993b125 (diff) | |
download | installation-guide-15b73ea37c5124b5bbc82e72b1bf886f8891db1d.zip |
Correct two minor errors in preconfiguration examples. With thanks to Andreas Beckmann for reporting them.
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |