[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH V2] btrfs install support



Eric Sandeen wrote:
> David Cantrell wrote:
>> Eric Sandeen wrote:

>>> +class btrfsFileSystem(FileSystemType):
>>> +    def __init__(self):
>>> +        FileSystemType.__init__(self)
>>> +        self.partedFileSystemType = parted.file_system_type_get("btrfs")
>> For this line to work, libparted needs to grow a macro identifying the
>> btrfs type.
>>
> 
> Crud, I wondered about that.  So the path to anaconda is libblkid ->
> parted -> anaconda?
> 
> Well, I've looked at parted before.  Guess maybe I'll do so again.

On the other hand, I notice that gfs2 support in anaconda does not use
this.  What happens if it's just dropped until parted is updated?  :)

-Eric


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]