[blivet:master] Set EFIFS._check to True so that it gets correct fspassno (#1077917)

mulhern amulhern at redhat.com
Mon Mar 2 13:31:11 UTC 2015


Resolves: fed#1077917

Previously, it was getting value of 0 in /etc/fstab, now it should get value
of 2 (unless /).

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 1306833..506f75d 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1096,6 +1096,7 @@ class EFIFS(FATFS):
     _mountType = "vfat"
     _name = N_("EFI System Partition")
     _minSize = Size("50 MiB")
+    _check = True
 
     @property
     def supported(self):
-- 
1.9.3



More information about the anaconda-patches mailing list