diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:51 +0000 |
commit | b324f452799a9aba5a1e9acc6833010c8635828e (patch) | |
tree | ccfd0a81e7daab4a2cd681a8161d3ae3748833dc /debian/util-linux.hwclock.default | |
parent | Adding upstream version 2.33.1. (diff) | |
download | util-linux-debian/2.33.1-0.1.tar.xz util-linux-debian/2.33.1-0.1.zip |
Adding debian version 2.33.1-0.1.debian/2.33.1-0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/util-linux.hwclock.default')
-rw-r--r-- | debian/util-linux.hwclock.default | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/util-linux.hwclock.default b/debian/util-linux.hwclock.default new file mode 100644 index 0000000..dcf5451 --- /dev/null +++ b/debian/util-linux.hwclock.default @@ -0,0 +1,19 @@ +# Defaults for the hwclock init script. See hwclock(5) and hwclock(8). + +# This is used to specify that the hardware clock incapable of storing +# years outside the range of 1994-1999. Set to yes if the hardware is +# broken or no if working correctly. +#BADYEAR=no + +# Set this to yes if it is possible to access the hardware clock, +# or no if it is not. +#HWCLOCKACCESS=yes + +# Set this to any options you might need to give to hwclock, such +# as machine hardware clock type for Alphas. +#HWCLOCKPARS= + +# Set this to the hardware clock device you want to use, it should +# probably match the CONFIG_RTC_HCTOSYS_DEVICE kernel config option. +#HCTOSYS_DEVICE=rtc0 + |