diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 19:09:48 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 19:09:48 +0000 |
commit | 1d317bbf0530462f7963d100291de7c2775c9c10 (patch) | |
tree | 21e2771d806c2b3510e1cbdab13c84ce7cc655b1 /chapter07/setclock.xml | |
parent | e0a04e86b21514726e2ed072700a2e99022010a6 (diff) |
Removed text in chapter 07.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/setclock.xml')
-rw-r--r-- | chapter07/setclock.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index ad794cb9e..fd15f66de 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -11,17 +11,6 @@ <primary sortas="d-setclock">setclock</primary> <secondary>configuring</secondary></indexterm> -<para>This <command>setclock</command> script reads the time from your hardware clock, also -known as BIOS or CMOS (Complementry Metal-Oxide Semiconductor) clock, and either converts that time to localtime -using the <filename>/etc/localtime</filename> file (if the hardware clock -is set to GMT) or not (if the hardware clock is already set to localtime). -There is no way to auto-detect whether the hardware clock is set to GMT or -not, so we need to configure that here ourselves.</para> - -<para>Change the value of the <emphasis>UTC</emphasis> variable below to a -<parameter>0</parameter> (zero) if your hardware clock is not set to GMT -time.</para> - <para>Create a new file <filename>/etc/sysconfig/clock</filename> by running the following:</para> @@ -33,9 +22,4 @@ UTC=1 # End /etc/sysconfig/clock EOF</userinput></screen> -<para>Now, you may want to take a look at a very good hint explaining how we -deal with time on LFS at <ulink url="&hints-root;time.txt"/>. -It explains issues such as time zones, UTC, and the TZ environment -variable.</para> - </sect1> |