From 9bf2014b750579d9720c13c9dfb9d358e0c27665 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Jan 2008 03:06:56 -0600 Subject: Allow --directisa configuration for hwclock calls Signed-off-by: Aaron Griffin --- rc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 0799974..076703c 100644 --- a/rc.conf +++ b/rc.conf @@ -8,6 +8,7 @@ # # LOCALE: available languages can be listed with the 'locale -a' command # HARDWARECLOCK: set to "UTC" or "localtime" +# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock # TIMEZONE: timezones are found in /usr/share/zoneinfo # KEYMAP: keymaps are found in /usr/share/kbd/keymaps # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US) @@ -16,6 +17,7 @@ # LOCALE="en_US.utf8" HARDWARECLOCK="localtime" +USEDIRECTISA="yes" TIMEZONE="Canada/Pacific" KEYMAP="us" CONSOLEFONT= -- cgit v1.2.3