summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-03-30 11:37:32 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2009-03-31 13:41:39 +0200
commitb91d8e07e1f59fefc88d6856a7febdf11e5fc97f (patch)
tree0e4f799dd82a0561139365999152ed11771f3a58
parent196511588893e069567154edeabd984bad15866a (diff)
downloadanaconda-b91d8e07e1f59fefc88d6856a7febdf11e5fc97f.tar.gz
anaconda-b91d8e07e1f59fefc88d6856a7febdf11e5fc97f.tar.xz
anaconda-b91d8e07e1f59fefc88d6856a7febdf11e5fc97f.zip
Reference the format by type, not name.(#492596)
-rw-r--r--iw/partition_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 6ce1b11a1..3f7aa95db 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)