Re: [PATCH V3] add multiboot support for tboot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> @@ -944,6 +967,14 @@ class BootLoader(object):
>          """ Read an existing bootloader configuration. """
>          raise NotImplementedError()
>  
> +    @property
> +    def trusted_boot(self):
> +        return self._trusted_boot
> +
> +    @trusted_boot.setter
> +    def trusted_boot(self, trusted_boot):
> +        _trusted_boot = trusted_boot

This should be self._trusted_boot.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux