From f67f5cfed55cb2ac26f29d16ad1f099461e7cf98 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 16:54:58 +0000 Subject: Tags corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/setclock.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter07/setclock.xml') diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index 5ebdfdc76..ad794cb9e 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -11,7 +11,7 @@ setclock configuring -This setclock script reads the time from your hardware clock, also +This setclock 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 /etc/localtime file (if the hardware clock is set to GMT) or not (if the hardware clock is already set to localtime). @@ -19,19 +19,19 @@ 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. Change the value of the UTC variable below to a -0 (zero) if your hardware clock is not set to GMT +0 (zero) if your hardware clock is not set to GMT time. Create a new file /etc/sysconfig/clock by running the following: -cat > /etc/sysconfig/clock << "EOF" +cat > /etc/sysconfig/clock << "EOF" # Begin /etc/sysconfig/clock UTC=1 # End /etc/sysconfig/clock -EOF +EOF Now, you may want to take a look at a very good hint explaining how we deal with time on LFS at . -- cgit v1.2.3-54-g00ecf