diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8582937e8..634b2ddc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,7 +32,10 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low supported. * preparing/minimum-hardware-reqts.xml: Pluralise "gigabyte" consistently. - -- Frans Pop <fjp@debian.org> Fri, 20 Jul 2007 09:23:10 +0200 + [ Joey Hess ] + * Document clock-setup/ntp. + + -- Joey Hess <joeyh@debian.org> Mon, 23 Jul 2007 20:50:32 -0400 installation-guide (20070319) unstable; urgency=low diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 9cab1191b..2b3aad0e2 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1036,7 +1036,13 @@ d-i clock-setup/utc boolean true # You may set this to any valid setting for $TZ; see the contents of # /usr/share/zoneinfo/ for valid values. -d-i time/zone string US/Eastern +d-i time/zone string US/Eastern<phrase condition="etch"> + +# 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 pool.ntp.org +</phrase> </screen></informalexample> </sect2> |