summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-08-09 14:26:44 +0000
committerChris Lumens <clumens@redhat.com>2006-08-09 14:26:44 +0000
commit0c3d2b7f75dd9dc0c4308cf0986cae43bdc41c4d (patch)
treee424809da75e89e0dc9515e7c4362af93afa0871 /textw/timezone_text.py
parent43e2847cd5c6bd847a894b910a0b9a35e2dc65df (diff)
downloadanaconda-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/timezone_text.py')
-rw-r--r--textw/timezone_text.py2
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
#