diff options
author | Peter Jones <pjones@redhat.com> | 2008-03-14 16:04:03 -0400 |
---|---|---|
committer | Peter Jones <pjones@pjones2.localdomain> | 2008-03-14 16:04:03 -0400 |
commit | 8b663e83048e5b44627f121ea4c08e3cb23198c2 (patch) | |
tree | 2eb1cff147704a9b2e3bd7d29a3335135c0c3dea /textw | |
parent | 4fc7477a61e00c133275b9d24b431687a58b7338 (diff) | |
download | anaconda-8b663e83048e5b44627f121ea4c08e3cb23198c2.tar.gz anaconda-8b663e83048e5b44627f121ea4c08e3cb23198c2.tar.xz anaconda-8b663e83048e5b44627f121ea4c08e3cb23198c2.zip |
Add efi to the ignoreable filesystem list.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 4d82237e6..e59a496bf 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -1143,7 +1143,7 @@ class PartitionWindow: self.drivelist = None else: subgrid = Grid(2, 1) - (fstype, fsgrid) = self.makeFsList(lvrequest, ignorefs = ["software RAID", "PPC PReP Boot", "Apple Bootstrap"]) + (fstype, fsgrid) = self.makeFsList(lvrequest, ignorefs = ["software RAID", "efi", "PPC PReP Boot", "Apple Bootstrap"]) subgrid.setField(fsgrid, 0, 0, anchorLeft = 1, anchorTop=1) vgs = self.partitions.getLVMVGRequests() |