Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys-boot/grub: Apply Red Hat's large patch set (and drop Gentoo's) #2431

Merged
merged 2 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. sys-boot/grub: Apply Red Hat's large patch set (and drop Gentoo's)

    We initially thought we would need Red Hat's patch set. Then it looked
    like we wouldn't because the TPM Event Log appeared to work without it.
    We later discovered that on amd64, it only works with Secure Boot
    disabled. The patch set also fixes Secure Boot on arm64, which would
    have otherwise needed a couple of patches from Canonical.
    
    We have to drop Gentoo's patches because they conflict, but they don't
    affect Flatcar anyway.
    
    Signed-off-by: James Le Cuirot <[email protected]>
    chewi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fb3c9cf View commit details
    Browse the repository at this point in the history
  2. sys-boot/grub: Fix fallback mechanism broken by Red Hat's patches

    This fix has been submitted to Red Hat. It will hopefully be merged
    soon.
    
    Signed-off-by: James Le Cuirot <[email protected]>
    chewi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e0109ef View commit details
    Browse the repository at this point in the history