[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 2/2] Allow editing of the hdiso source partition so it can be mounted (#498591).
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 2/2] Allow editing of the hdiso source partition so it can be mounted (#498591).
- Date: Fri, 1 May 2009 13:35:28 -0400
---
iw/partition_gui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 8a283cf..39db656 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -1050,7 +1050,7 @@ class PartitionWindow(InstallWindow):
custom_icon="error")
return
- reason = self.storage.deviceImmutable(device)
+ reason = self.storage.deviceImmutable(device, ignoreProtected=True)
if reason:
self.intf.messageWindow(_("Unable To Edit"),
_("You cannot edit this device:\n\n%s")
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]