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>
This commit is contained in:
parent
8a5b9225e9
commit
9729512abd
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user