[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Reference the format by type, not name.(#492596)
- From: Joel Granados Moreno <jgranado redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH] Reference the format by type, not name.(#492596)
- Date: Mon, 30 Mar 2009 13:56:29 +0200
---
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 6ce1b11..3f7aa95 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -1284,7 +1284,7 @@ class PartitionWindow(InstallWindow):
size=200)
rc = self.editPartition(member,
isNew = 1,
- restrictfs=["software RAID"])
+ restrictfs=["mdmember"])
elif createRAIDdev.get_active():
array = self.storage.newMDArray(fmt_type=self.storage.defaultFSType)
self.editRaidArray(array, isNew=1)
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]