aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-09-19 05:16:21 +0000
committerJudd Vinet <judd@archlinux.org>2003-09-19 05:16:21 +0000
commit3a161b0240eb8eedcc8affb5e0c5b92d058619d9 (patch)
treee72a1a0cbc2df3803a4bbabe7ab042fbe5965dcf /rc.conf
parent6ea51dec01002c6b392c374fa70a62020edffd84 (diff)
downloadinitscripts-3a161b0240eb8eedcc8affb5e0c5b92d058619d9.tar.xz
added consolefont setting to rc.conf
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