[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] put xfs back where it belongs
- From: Eric Sandeen <sandeen redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: [PATCH] put xfs back where it belongs
- Date: Wed, 01 Apr 2009 13:41:57 -0500
Ow, turned xfs to unsupported *and* no cmdline override, bummer.
-Eric
Signed-off-by: Eric Sandeen <sandeen redhat com>
Index: devel/anaconda-11.5.0.38/storage/formats/fs.py
===================================================================
--- devel.orig/anaconda-11.5.0.38/storage/formats/fs.py
+++ devel/anaconda-11.5.0.38/storage/formats/fs.py
@@ -916,7 +916,7 @@ class XFS(FS):
_maxSize = 16 * 1024 * 1024
_formattable = True
_linuxNative = True
- _supported = False
+ _supported = True
_dump = True
_check = True
_packages = ["xfsprogs"]
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]