aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index ad11b56..59fb626 100644
--- a/rc.conf
+++ b/rc.conf
@@ -5,11 +5,15 @@
#
# Localization
#
-# Note: HARDWARECLOCK is either "UTC" or "localtime"
+# HARDWARECLOCK: set to "UTC" or "localtime"
+# TIMEZONE: timezones are found in /usr/share/zoneinfo
+# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
+# CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us)
#
-KEYMAP=us
-TIMEZONE=Canada/Pacific
HARDWARECLOCK="localtime"
+TIMEZONE=Canada/Pacific
+KEYMAP=us
+CONSOLEFONT=
#
# Networking