[blivet-f21/master] Run dosfsck in non-interactive mode (#1167959)

Anne Mulhern amulhern at redhat.com
Tue Nov 25 21:43:46 UTC 2014





----- Original Message -----
> From: "Brian C. Lane" <bcl at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Tuesday, November 25, 2014 3:00:32 PM
> Subject: [blivet-f21/master] Run dosfsck in non-interactive mode (#1167959)
> 
> (cherry picked from commit 6edc21acd9b50fa3eeeb6031838ffc7e1d4c754a)
> ---
>  blivet/formats/fs.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
> index 33a2489..2dc08d6 100644
> --- a/blivet/formats/fs.py
> +++ b/blivet/formats/fs.py
> @@ -1100,6 +1100,7 @@ class FATFS(FS):
>      _maxSize = Size("1 TiB")
>      _packages = [ "dosfstools" ]
>      _defaultMountOptions = ["umask=0077", "shortname=winnt"]
> +    _defaultCheckOptions = ["-n"]
>      # FIXME this should be fat32 in some cases
>      partedSystem = fileSystemType["fat16"]
>  
> --
> 1.9.3
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

Ack on the code, but as far as I can tell that commit that you cherry-picked
from doesn't exist in the repo.

- mulhern


More information about the anaconda-patches mailing list