diff options
author | Roy Marples <roy@marples.name> | 2007-10-24 07:26:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-24 07:26:05 +0000 |
commit | 9bb59a93f2c544b58c1ee3575c50f17d3a27cfc1 (patch) | |
tree | f1716df26afc93d8e6752ccb916757939ae65f23 /conf.d.Linux | |
parent | 663f21199a75b0cf354aff37bf08840da1fcc924 (diff) |
Simply the clock script even more. This makes us very similar to Debians now
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/clock | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/conf.d.Linux/clock b/conf.d.Linux/clock index 9fa4547b..4f3296ec 100644 --- a/conf.d.Linux/clock +++ b/conf.d.Linux/clock @@ -1,18 +1,8 @@ -# If you wish to pass any other arguments to hwclock during bootup, -# you may do so here. - -CLOCK_OPTS="" - # 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" - -### 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" +# 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="" |