[master 1/1] Perform fast format when creating NTFS

vojtechtrefny installerbot-noreply at redhat.com
Tue Nov 3 10:08:55 UTC 2015


From: Vojtech Trefny <vtrefny at redhat.com>

---
 blivet/tasks/fsmkfs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/tasks/fsmkfs.py b/blivet/tasks/fsmkfs.py
index 15138ae..01a22bf 100644
--- a/blivet/tasks/fsmkfs.py
+++ b/blivet/tasks/fsmkfs.py
@@ -195,7 +195,7 @@ class NTFSMkfs(FSMkfs):
 
     @property
     def args(self):
-        return []
+        return ["-f"]
 
 class ReiserFSMkfs(FSMkfs):
     ext = availability.MKREISERFS_APP


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/73f5cfe794f4687332dbea081a5ed76be48d8f83


More information about the anaconda-patches mailing list