summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-07-24 00:50:47 +0000
committerJoey Hess <joeyh@debian.org>2007-07-24 00:50:47 +0000
commit5b3996bd51aa845c2998fddb7d51de57cf6367ac (patch)
tree5ef2b62d5a13d72b0994620a38eee5f4e326cf72 /en/appendix
parentd5bc70d35b186481818a202db6037b5e57af13c0 (diff)
downloadinstallation-guide-5b3996bd51aa845c2998fddb7d51de57cf6367ac.zip
* Document clock-setup/ntp.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml8
1 files changed, 7 insertions, 1 deletions
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>