From 9729512abda1e0ae04290f2a67aa7ac8bc411126 Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Wed, 24 Oct 2007 20:14:41 -0500 Subject: 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 --- default-config/etc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default-config') 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)" -- cgit v1.2.3-54-g00ecf