summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_ui_helpers_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index a68091c78..210c93902 100644
--- a/iw/partition_ui_helpers_gui.py
+++ b/iw/partition_ui_helpers_gui.py
@@ -215,7 +215,7 @@ def createFSTypeMenu(fstype, fstypechangeCB, mountCombo,
return fstypecombo
def mountptchangeCB(widget, fstypecombo):
- if rhpl.getArch() == "ia64" and widget.get_children()[0].get_text() == "/boot/efi":
+ if iutil.isEfi() and widget.get_children()[0].get_text() == "/boot/efi":
fstypecombo.set_active_text("vfat")
def resizeOptionCB(widget, resizesb):