diff options
Diffstat (limited to 'nl/appendix')
-rw-r--r-- | nl/appendix/preseed.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 642e34040..ce0f5cf5f 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 56510 untranslated --> +<!-- original version: 56827 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -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 |