diff options
author | Tom Gundersen <teg@jklm.no> | 2011-12-28 11:22:40 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-12-28 11:22:40 +0100 |
commit | 125acdf0a337dbcde93823ce7b91bd14de6f257a (patch) | |
tree | 796214c0d416941e18e79d8bc5fbb990fc1b3d07 | |
parent | 0724c1d8aa760f02190c7ee325274f0d0957943e (diff) |
rc.conf: leave HARDWARECLOCK and TIMEZONE empty by default
On a fresh install this makes sense as HARDWARECLOCK will then
be set to UTC, or something else if manually specified by an hwclock
invocation; TIMEZONE is left at whatever was set during install, or
UTC if nothing was set at all.
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ # LOCALIZATION # ----------------------------------------------------------------------- # -HARDWARECLOCK="UTC" -TIMEZONE="Canada/Pacific" +HARDWARECLOCK= +TIMEZONE= KEYMAP= CONSOLEFONT= CONSOLEMAP= |