diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-01-30 23:23:43 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-01-30 23:23:43 +0000 |
commit | 52eceff5a88fb600a485db6d74d86f0a0bdecba4 (patch) | |
tree | 0a86e583c2572d47682246e7bee01e5807537b4c /en/appendix | |
parent | e4dbc6eaaf7ee687dcc6fb66f94e4b1a29cf9d47 (diff) | |
download | installation-guide-52eceff5a88fb600a485db6d74d86f0a0bdecba4.zip |
Fix location of UTC vs local timezone configuration. Closes: #699297. [ Holger Wansing ]
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/chroot-install.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index 09289c76c..1e918dce6 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -335,13 +335,14 @@ the chroot: <title>Setting Timezone</title> <para> -An option in the file <filename>/etc/default/rcS</filename> determines +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 -or local time. The following command allows you to set that and choose +respective local time. The following commands allow you to set that and choose your timezone. <informalexample><screen> -# editor /etc/default/rcS +# editor /etc/adjtime # dpkg-reconfigure tzdata </screen></informalexample> |