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

Brian C. Lane bcl at redhat.com
Mon Mar 2 23:09:57 UTC 2015


On Mon, Mar 02, 2015 at 08:31:11AM -0500, mulhern wrote:
> 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

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list