diff options
author | Chris Lumens <clumens@redhat.com> | 2006-08-09 14:26:44 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-08-09 14:26:44 +0000 |
commit | 0c3d2b7f75dd9dc0c4308cf0986cae43bdc41c4d (patch) | |
tree | e424809da75e89e0dc9515e7c4362af93afa0871 /textw | |
parent | 43e2847cd5c6bd847a894b910a0b9a35e2dc65df (diff) | |
download | anaconda-0c3d2b7f75dd9dc0c4308cf0986cae43bdc41c4d.tar.gz anaconda-0c3d2b7f75dd9dc0c4308cf0986cae43bdc41c4d.tar.xz anaconda-0c3d2b7f75dd9dc0c4308cf0986cae43bdc41c4d.zip |
Only set the UTC check box if it's not a kickstart install (#181737).
Diffstat (limited to 'textw')
-rw-r--r-- | textw/timezone_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py index e49b30a2b..f0589614a 100644 --- a/textw/timezone_text.py +++ b/textw/timezone_text.py @@ -67,7 +67,7 @@ class TimezoneWindow: t = TextboxReflowed(30, _("What time zone are you located in?")) - if not hasWindows(anaconda.id.bootloader): + if not anaconda.ksKickstart and not hasWindows(anaconda.id.bootloader): asUtc = True # |