[PATCH 6/9] Revert old hack that disabled btrfs in the old ui.

David Lehman dlehman at redhat.com
Mon Aug 20 14:20:39 UTC 2012


---
 pyanaconda/storage/formats/fs.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/storage/formats/fs.py b/pyanaconda/storage/formats/fs.py
index b9cf3b3..7b33476 100644
--- a/pyanaconda/storage/formats/fs.py
+++ b/pyanaconda/storage/formats/fs.py
@@ -1093,7 +1093,7 @@ class BTRFS(FS):
     _mkfs = "mkfs.btrfs"
     _modules = ["btrfs"]
     _resizefs = "btrfsctl"
-    _formattable = False    # this disables creation via the UI
+    _formattable = True
     _linuxNative = True
     _maxLabelChars = 256
     _supported = True
-- 
1.7.7.6



More information about the anaconda-patches mailing list