diff options
author | Simo Leone <simo@archlinux.org> | 2007-10-24 20:14:41 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2007-10-24 20:14:41 -0500 |
commit | 9729512abda1e0ae04290f2a67aa7ac8bc411126 (patch) | |
tree | ff8290305937c0d99ab78aab64bd5da0c0c319ff /default-config/etc | |
parent | 8a5b9225e939dc20d7bcd65af73a47e4f8c88a27 (diff) | |
download | archiso32-9729512abda1e0ae04290f2a67aa7ac8bc411126.tar.xz |
rc.conf defaults to localtime instead of UTC
Most user's systems will have localtime over UTC,
or at least in a liveCD situation it's a better
assumption.
Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'default-config/etc')
-rw-r--r-- | default-config/etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default-config/etc/rc.conf b/default-config/etc/rc.conf index ed069e4..57afe64 100644 --- a/default-config/etc/rc.conf +++ b/default-config/etc/rc.conf @@ -8,7 +8,7 @@ TIMEZONE_DEFAULT="America/Chicago" KEYMAP_DEFAULT="us" LOCALE="$(cmdline_param locale ${LOCALE_DEFAULT})" -HARDWARECLOCK="UTC" +HARDWARECLOCK="localtime" TIMEZONE="$(cmdline_param timezone ${TIMEZONE_DEFAULT})" KEYMAP="$(cmdline_param keymap ${KEYMAP_DEFAULT})" CONSOLEFONT="$(cmdline_param consolefont)" |