summaryrefslogtreecommitdiffstats
path: root/storage/formats/fs.py
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2009-04-01 13:41:57 -0500
committerChris Lumens <clumens@redhat.com>2009-04-02 10:53:33 -0400
commite58e33800372627c77ddad6b32b8b2b3dbdebbd9 (patch)
tree753cbf5908776a4385878dd6c562d5c77b431883 /storage/formats/fs.py
parent6f73e07ad8758b427aca112e0fc989afda925a1a (diff)
downloadanaconda-e58e33800372627c77ddad6b32b8b2b3dbdebbd9.tar.gz
anaconda-e58e33800372627c77ddad6b32b8b2b3dbdebbd9.tar.xz
anaconda-e58e33800372627c77ddad6b32b8b2b3dbdebbd9.zip
put xfs back where it belongs
Ow, turned xfs to unsupported *and* no cmdline override, bummer. -Eric Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Diffstat (limited to 'storage/formats/fs.py')
-rw-r--r--storage/formats/fs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index cff52d3a4..c6153a412 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -918,7 +918,7 @@ class XFS(FS):
_maxSize = 16 * 1024 * 1024
_formattable = True
_linuxNative = True
- _supported = False
+ _supported = True
_dump = True
_check = True
_packages = ["xfsprogs"]