diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-26 21:30:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-26 21:30:07 +0000 |
commit | 3600a1fd1e9398fad208e3e94c6def2a8e84314a (patch) | |
tree | d2a5701e3436aff6a7c61e29f8254164505f23f4 /perl-install/install2.pm | |
parent | aaab5d0fa8f4a6eef4c1d2ee6af9651f6e576db5 (diff) | |
download | drakx-backup-do-not-use-3600a1fd1e9398fad208e3e94c6def2a8e84314a.tar drakx-backup-do-not-use-3600a1fd1e9398fad208e3e94c6def2a8e84314a.tar.gz drakx-backup-do-not-use-3600a1fd1e9398fad208e3e94c6def2a8e84314a.tar.bz2 drakx-backup-do-not-use-3600a1fd1e9398fad208e3e94c6def2a8e84314a.tar.xz drakx-backup-do-not-use-3600a1fd1e9398fad208e3e94c6def2a8e84314a.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 3130eff8c..1622b9cf0 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -423,6 +423,7 @@ sub configureTimezone { #- can't be done in install cuz' timeconfig %post creates funny things add2hash($o->{timezone}, { timezone::read($f) }); } + $o->{timezone}{timezone} ||= timezone::bestTimezone(lang::lang2text($o->{lang})); $o->{timezone}{UTC} = !$::beginner && !grep { isFat($_) } @{$o->{fstab}} unless exists $o->{timezone}{UTC}; $o->timeConfig($f, $clicked); } |