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

Silence efi helpers #3419

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Silence efi helpers #3419

merged 2 commits into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. os-helpers-efi: silence od stderr

    When parsing an efivar value, od will complain if a given file does not
    exist, such as the SecureBoot variable.
    
    Silence stderr to ignore this.
    
    Change-type: patch
    Signed-off-by: Joseph Kogut <[email protected]>
    jakogut committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    095d63b View commit details
    Browse the repository at this point in the history
  2. os-helpers-efi: silence secure boot variable checks

    If the SecureBoot variable is non-existent, the parsed value is not an
    integer, and test complains. Redirect stderr to silence this.
    
    Change-type: patch
    Signed-off-by: Joseph Kogut <[email protected]>
    jakogut committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7815bc8 View commit details
    Browse the repository at this point in the history