2009-10-11 08:15:10 +01:00
|
|
|
# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
|
2012-01-22 01:17:42 +01:00
|
|
|
# Greenwich Mean Time). If that clock is set to the local time, then
|
|
|
|
# set CLOCK to "local". Note that if you dual boot with Windows, then
|
2007-04-05 11:18:42 +00:00
|
|
|
# you should set it to "local".
|
2007-11-23 12:04:11 +00:00
|
|
|
clock="UTC"
|
2007-04-05 11:18:42 +00:00
|
|
|
|
2012-02-29 09:37:23 -06:00
|
|
|
# If you want the hwclock script to set the system time (software clock)
|
|
|
|
# to match the current hardware clock during bootup, leave this
|
|
|
|
# commented out.
|
2014-03-13 15:27:40 -05:00
|
|
|
# However, you can set this to "NO" if you are running a modern kernel
|
2014-08-10 13:00:39 -05:00
|
|
|
# and using NTP to synchronize your system clock.
|
2012-02-17 14:23:54 -06:00
|
|
|
#clock_hctosys="YES"
|
|
|
|
|
2012-02-17 15:02:10 -06:00
|
|
|
# If you do not want to set the hardware clock to the current system
|
|
|
|
# time (software clock) during shutdown, set this to no.
|
|
|
|
#clock_systohc="YES"
|
2012-01-22 01:17:42 +01:00
|
|
|
|
2008-03-25 14:06:05 +00:00
|
|
|
# If you wish to pass any other arguments to hwclock during bootup,
|
|
|
|
# you may do so here. Alpha users may wish to use --arc or --srm here.
|
|
|
|
clock_args=""
|