This change was introduced in commit c308c8978e2d27 that is a port from rhel6-branch where we use anaconda.id.bootloader instead of storage.bootloader.
Signed-off-by: Vratislav Podzimek vpodzime@redhat.com --- pyanaconda/bootloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py index 58c3690..c0c12df 100644 --- a/pyanaconda/bootloader.py +++ b/pyanaconda/bootloader.py @@ -2140,7 +2140,7 @@ def writeSysconfigKernel(storage, version): f.write("\n") f.write("# DEFAULTKERNEL specifies the default kernel package type\n") f.write("DEFAULTKERNEL=%s\n" % kernel) - if anaconda.id.bootloader.trusted_boot: + if storage.bootloader.trusted_boot: f.write("# HYPERVISOR specifies the default multiboot kernel\n") f.write("HYPERVISOR=/boot/tboot.gz\n") f.write("HYPERVISOR_ARGS=logging=vga,serial,memory\n")
anaconda-patches@lists.fedorahosted.org