diff options
Diffstat (limited to 'conf.d/hwclock')
-rw-r--r-- | conf.d/hwclock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/hwclock b/conf.d/hwclock index 4e66ff95..a94cdb27 100644 --- a/conf.d/hwclock +++ b/conf.d/hwclock @@ -1,10 +1,10 @@ # Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as -# 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 +# 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 # you should set it to "local". clock="UTC" -# If you want to set the Hardware Clock to the current System Time +# If you want to set the Hardware Clock to the current System Time # (software clock) during shutdown, then say "YES" here. # You normally don't need to do this if you run a ntp daemon. clock_systohc="NO" @@ -16,7 +16,7 @@ clock_systohc="NO" # never be saved to the hardware clock unless you set # clock_systohc="YES" above. clock_hctosys="YES" - + # 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="" |