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

efibootmgr: delete_bootnext is just a boolean, not an entry id #198

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 8, 2024

  1. efibootmgr: delete_bootnext is just a boolean, not an entry id

    When deleting bootnext, there's nothing to validate (other than
    the variable existing, in which case del will fail as expected).
    
    This appears to be a copy/paste error when adding the delete-bootnext
    option from the [create] bootnext option.
    
    Signed-off-by: Dima Zavin <dmitriyz@waymo.com>
    dimaz-waymo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9118e14 View commit details
    Browse the repository at this point in the history