blob: 4f3296ecf7243f5cc07c58757abfeede68eb3ef9 (
plain)
1
2
3
4
5
6
7
8
|
# Set CLOCK_ADJTIME if you wish hwclock to try and handle clock drift.
# Don't set this if you run a ntp service or anything else that handles
# clock drift.
CLOCK_ADJTIME="no"
# 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_OPTS=""
|