summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--en/appendix/chroot-install.xml15
2 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f6f43c9f0..61393eac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ installation-guide (2013XXXX) UNRELEASED; urgency=low
* Fix space typo reported by Enrico Zini.
* Fix spurious syncs reported by Enrico Zini.
* Fix Linux kernel package version, reported by Enrico Zini.
+ * /etc/adjtime is not automatically built by debootstrap any more, document
+ how to create it.
[ Milan Kupcevic ]
* Debian-installer partition table editing tool not compatible with
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 2b118b34c..54c361ba7 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -338,11 +338,22 @@ the chroot:
Setting the third line of the file <filename>/etc/adjtime</filename> to
<quote>UTC</quote> or <quote>LOCAL</quote> determines
whether the system will interpret the hardware clock as being set to UTC
-respective local time. The following commands allow you to set that and choose
-your timezone.
+respective local time. The following command allows you to set that.
<informalexample><screen>
# editor /etc/adjtime
+</screen></informalexample>
+
+Here is a sample:
+<informalexample><screen>
+0.0 0 0.0
+0
+UTC
+</screen></informalexample>
+
+The following command allows you to choose your timezone.
+
+<informalexample><screen>
# dpkg-reconfigure tzdata
</screen></informalexample>