Don't magically adjust fstype when mountpoint is set to "/boot".
Resolves: rhbz#695362
---
pyanaconda/iw/partition_ui_helpers_gui.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/pyanaconda/iw/partition_ui_helpers_gui.py b/pyanaconda/iw/partition_ui_helpers_gui.py
index fa8d20e..5a63d2c 100644
--- a/pyanaconda/iw/partition_ui_helpers_gui.py
+++ b/pyanaconda/iw/partition_ui_helpers_gui.py
@@ -227,8 +227,6 @@ def createFSTypeMenu(format, fstypechangeCB, mountCombo,
def mountptchangeCB(widget, fstypecombo):
if iutil.isEfi() and widget.get_children()[0].get_text() == "/boot/efi":
fstypecombo.set_active_text(getFormat("efi").name)
- if widget.get_children()[0].get_text() == "/boot":
- fstypecombo.set_active_text(get_default_filesystem _type(boot=True))
def resizeOptionCB(widget, data):
(formatcb, resizesb) = data
--
1.7.3.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|