[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH V2] btrfs install support
- From: Eric Sandeen <sandeen redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH V2] btrfs install support
- Date: Tue, 13 Jan 2009 11:14:00 -0600
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]