summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-04 11:18:33 -0400
committerChris Lumens <clumens@redhat.com>2008-06-04 11:18:33 -0400
commita7b9eb192e825f97e8fd4744d76e54f9827402a8 (patch)
tree49216dbeb0a444f310a23b3b08fbc1d9f1b25412 /fsset.py
parent9ba5dba764e15530fb2e610b8b24240ab8d6dfd7 (diff)
downloadanaconda-a7b9eb192e825f97e8fd4744d76e54f9827402a8.tar.gz
anaconda-a7b9eb192e825f97e8fd4744d76e54f9827402a8.tar.xz
anaconda-a7b9eb192e825f97e8fd4744d76e54f9827402a8.zip
Fix a couple typos in the getArch commit.
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 26a02c68d..079383538 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1606,7 +1606,7 @@ MAILADDR root
# active
if iutil.isEfi() \
or iutil.getPPCMachine() in ("pSeries", "iSeries", "PMac") \
- or iutil.isX86() \
+ or (iutil.isX86() \
and partedUtils.hasGptLabel(diskset, drive)):
if part and part.is_flag_available(parted.PARTITION_BOOT):
part.set_flag(parted.PARTITION_BOOT, 1)