]> git.ipfire.org Git - thirdparty/systemd.git/commit
Set secure_boot flag in Kernel Zero-Page (#7482)
authorMax Resch <mxre@users.noreply.github.com>
Wed, 6 Dec 2017 14:29:52 +0000 (15:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Dec 2017 14:29:52 +0000 (15:29 +0100)
commitb4f9f2a62fd003a30a304a25b3b6ffc4048d0f24
tree01cef9f28e5bc0f8bcf5a429b92da66aae57be89
parentb1891d2aafb5c4bc1f5161c5d184ad8081101e91
Set secure_boot flag in Kernel Zero-Page (#7482)

Setting the secure_boot flag, avoids getting the printout
"EFI stub: UEFI Secure Boot is enabled." when booting
a Linux kernel with linuxx64.efi.stub and EFI SecureBoot enabled.

This is mainly a cosmetic fixup, as the "quiet" kernel parameter does
not silence pr_efi printouts in the linux kernel (this only works using
the efi stub from the linux source tree)
src/boot/efi/linux.c
src/boot/efi/linux.h
src/boot/efi/stub.c