[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 4/8] Don't magically adjust fstype when mountpoint is set to "/boot".
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 4/8] Don't magically adjust fstype when mountpoint is set to "/boot".
- Date: Wed, 15 Jun 2011 17:32:52 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]