[blivet:master 08/11] Set NTFS._formattable to True.
David Lehman
dlehman at redhat.com
Mon Dec 1 22:29:23 UTC 2014
On 11/25/2014 05:22 PM, mulhern wrote:
> We have the existing tools to format it, so it is formattable in that sense.
You need some mechanism for preventing creating ntfs in anaconda. If I
recall correctly there are potential licensing issues.
David
>
> Signed-off-by: mulhern <amulhern at redhat.com>
> ---
> blivet/formats/fs.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
> index aa6adf3..eefabbc 100644
> --- a/blivet/formats/fs.py
> +++ b/blivet/formats/fs.py
> @@ -1395,6 +1395,7 @@ class NTFS(FS):
> _defaultInfoOptions = ["-m"]
> _existingSizeFields = ["Cluster Size:", "Volume Size in Clusters:"]
> _resizefsUnit = "B"
> + _formattable = True
> partedSystem = fileSystemType["ntfs"]
>
> def _fsckFailed(self, rc):
>
More information about the anaconda-patches
mailing list