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

Brian C. Lane bcl at redhat.com
Tue Nov 25 20:00:32 UTC 2014


(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



More information about the anaconda-patches mailing list