summaryrefslogtreecommitdiff
path: root/en/appendix/chroot-install.xml
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2013-03-31 23:51:31 +0000
committerSamuel Thibault <sthibault@debian.org>2013-03-31 23:51:31 +0000
commite3d2221918d163f50e4b1998a5598410d5dedea5 (patch)
tree34e24ea887d571790bde8323f84900825dc43a04 /en/appendix/chroot-install.xml
parent8467f3d315d5d8fbc93a5d647e8c14015f378872 (diff)
downloadinstallation-guide-e3d2221918d163f50e4b1998a5598410d5dedea5.zip
/etc/adjtime is not automatically built by debootstrap any more, document how to create it.
Diffstat (limited to 'en/appendix/chroot-install.xml')
-rw-r--r--en/appendix/chroot-install.xml15
1 files changed, 13 insertions, 2 deletions
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>