diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-10 13:00:39 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-10 13:00:39 -0500 |
commit | faaaab4bf540b4df011abea5985963dbc9e1646a (patch) | |
tree | e06dbe16f2035098ea66ec6882dc34d905cab7c2 | |
parent | d29db70efb2adfbd200ba4a03fa78653e97893a6 (diff) |
hwclock: fix comments about the usage of clock_hctosys
The clock_hctosys variable should be set to YES if you are not using NTP to
synchronize your system time; it doesn't have anything to do with the
kernel configuration.
-rw-r--r-- | conf.d/hwclock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/hwclock b/conf.d/hwclock index fc65ac2c..ce9b40ab 100644 --- a/conf.d/hwclock +++ b/conf.d/hwclock @@ -8,7 +8,7 @@ clock="UTC" # to match the current hardware clock during bootup, leave this # commented out. # However, you can set this to "NO" if you are running a modern kernel -# with CONFIG_RTC_HCTOSYS set to y and your hardware clock set to UTC. +# and using NTP to synchronize your system clock. #clock_hctosys="YES" # If you do not want to set the hardware clock to the current system |