[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Enable btrfs support in fedora 11?
- From: Eric Sandeen <sandeen redhat com>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: Enable btrfs support in fedora 11?
- Date: Wed, 01 Apr 2009 13:12:03 -0500
Morten P.D. Stevens wrote:
> Hi,
>
> how to enable btrfs support with fedora 11 - beta?
>
> The boot option icantbelieveitsnotbtr does not work for me?
>
> Thanks
>
> -
>
> Morten
>
The flag is still in anaconda at first glance:
@property
def supported(self):
""" Is this filesystem a supported type? """
supported = self._supported
if flags.cmdline.has_key("icantbelieveitsnotbtr"):
supported = self.utilsAvailable
return supported
when you say it does not work; custom partitioning doesn't give you the
choice of btrfs I guess?
Thanks,
-Eric
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]