diff options
author | Frans Pop <elendil@planet.nl> | 2007-07-24 07:51:44 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-07-24 07:51:44 +0000 |
commit | d46d708f55a1426cdabca00cca99957d3de8cd1e (patch) | |
tree | 9e5dbef6ac9996d14a957c05ddabe65b7c44dbf1 /en | |
parent | af60206d939bf6d889375d829776b184461b2309 (diff) | |
download | installation-guide-d46d708f55a1426cdabca00cca99957d3de8cd1e.zip |
Use fictional ntp server as example
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 6136dcb59..0ea9919c7 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1041,7 +1041,7 @@ d-i time/zone string US/Eastern<phrase condition="lenny"> # 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 +#d-i clock-setup/ntp-server ntp.example.com </phrase> </screen></informalexample> |