[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] 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>
> 
> 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"]

Applied, thanks.

- Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]