Enable btrfs support in fedora 11?

Eric Sandeen sandeen at redhat.com
Wed Apr 1 18:12:03 UTC 2009


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




More information about the fedora-test-list mailing list