In F11 and F12 the command line option to enable btrfs during the installer was "icantbelieveitsnotbtr". Unfortunately I can't spell believe the first time every time, and btrfs has come quite a ways since F11 and is stable enough to start being tested on a larger scale. So change the command line option to "btrfs" in keeping with tradition and to make it a bit simpler for those who want to take it for a test spin in F13. Thanks, Signed-off-by: Josef Bacik <josef@xxxxxxxxxx> --- storage/formats/fs.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/formats/fs.py b/storage/formats/fs.py index 2ca436a..bb50a5a 100644 --- a/storage/formats/fs.py +++ b/storage/formats/fs.py @@ -1078,7 +1078,7 @@ class BTRFS(FS): def supported(self): """ Is this filesystem a supported type? """ supported = self._supported - if flags.cmdline.has_key("icantbelieveitsnotbtr"): + if flags.cmdline.has_key("btrfs"): supported = self.utilsAvailable return supported -- 1.6.2.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list