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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue