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

pkg/osbuild: Skip EFI partition check for non UEFI platforms #758

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. pkg/osbuild: Skip EFI partition check for non UEFI platforms

    Currently, validateBootupdMounts always ensures that /boot/efi exists.
    This requirement is not necessary on non-UEFI platforms such as
    s390x. This patch skips the check for /boot/efi when UEFIVendor is not set.
    
    Signed-off-by: Yohei Ueda <[email protected]>
    yoheiueda committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    71738a2 View commit details
    Browse the repository at this point in the history