2007-10-24 01:30:08 +05:30
|
|
|
# If you wish to pass any other arguments to hwclock during bootup,
|
2007-04-05 16:48:42 +05:30
|
|
|
# you may do so here.
|
|
|
|
|
|
|
|
CLOCK_OPTS=""
|
|
|
|
|
2007-10-24 01:30:08 +05:30
|
|
|
# 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"
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
|
|
|
|
### ALPHA SPECIFIC OPTIONS ###
|
|
|
|
|
|
|
|
# If your alpha uses the SRM console, set this to "yes".
|
|
|
|
SRM="no"
|
|
|
|
|
|
|
|
# If your alpha uses the ARC console, set this to "yes".
|
|
|
|
ARC="no"
|