aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-02-20 05:33:27 +0000
committerJudd Vinet <judd@archlinux.org>2006-02-20 05:33:27 +0000
commite0074ab78392be117c4cc63b4e0832fef95f2009 (patch)
treee87898600c87075c8c0da4d2154c3da73b14eb7b /rc.conf
parentd4bd7c245c018d9de3f25eca580515cfc3048217 (diff)
downloadinitscripts-e0074ab78392be117c4cc63b4e0832fef95f2009.tar.xz
default LOCALE is now en_US.utf8
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index 19d3900..64c66f1 100644
--- a/rc.conf
+++ b/rc.conf
@@ -15,10 +15,10 @@
# CONSOLEMAP: found in /usr/share/kbd/unimaps
# USECOLOR: use ANSI color sequences in startup messages
#
-LOCALE=
+LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
-TIMEZONE=Canada/Pacific
-KEYMAP=us
+TIMEZONE="Canada/Pacific"
+KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"