From 63f6e217582aa7c11600efc6df9ebe249bc6e095 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 23 May 2009 12:29:29 +0000 Subject: Change the bootsripts and udev configuration so the rtc is set by udev upon boot. Removed aio device from udev configuration so defaults are used. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8902 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/setclock.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter07') diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index 3166c8392..854b889c6 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -23,6 +23,11 @@ way to detect whether or not the hardware clock is set to UTC, so this needs to be configured manually. + The setclock is run via + udev when the kernel detects the hardware + capability upon boot. It can also be run manually with the stop parameter to + store the system time to the CMOS clock. + If you cannot remember whether or not the hardware clock is set to UTC, find out by running the hwclock --localtime --show command. This will display what the current time is according to the hardware @@ -46,6 +51,10 @@ UTC=1 +# Set this to any options you might need to give to hwclock, +# such as machine hardware clock type for Alphas. +CLOCKPARAMS= + # End /etc/sysconfig/clock EOF -- cgit v1.2.3-54-g00ecf