On Tue, 2009-04-14 at 16:46 +0200, Joel Granados Moreno wrote: > --- > storage/__init__.py | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/storage/__init__.py b/storage/__init__.py > index 4c365f7..8678b6e 100644 > --- a/storage/__init__.py > +++ b/storage/__init__.py > @@ -470,11 +470,11 @@ class Storage(object): > if part.active and \ > not part.getFlag(parted.PARTITION_RAID) and \ > not part.getFlag(parted.PARTITION_LVM) and \ > - part.fileSystemType in ("ext3", "ext2", "fat16", "fat32"): > - dests.append(part.path, device.name) > + part.fileSystem.type in ("ext3", "ext2", "fat16", "fat32"): > + dests.append([part.path, device.name]) Perhaps a dumb question, but do we care about ext4 here too? Thanks, James
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list