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

Pass KERNEL_INSTALL_BYPASS through to the places where it is used #1264

Merged
merged 1 commit into from
Nov 8, 2022

Commits on Nov 8, 2022

  1. Pass KERNEL_INSTALL_BYPASS through to the places where it is used

    The idea of using KERNEL_INSTALL_BYPASS is to not run kernel-install twice
    unnecessarily, since we run it later anyway, but a user reported a regression of
    kernel-install not being run at all, although it apparently was in
    earlier. Passing the environment variable through will at most run
    kernel-install twice, this might be a workaround.
    
    Fixes: systemd#1263
    behrmann committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    41d1c2a View commit details
    Browse the repository at this point in the history