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

fix(resume): fix including module in hostonly mode #2494

Closed
wants to merge 1 commit into from
Closed

fix(resume): fix including module in hostonly mode #2494

wants to merge 1 commit into from

Commits on Aug 20, 2023

  1. fix(resume): include in hostonly mode if resume= on cmdline

    The grep introduced in commit e3a7112
    does not work as intended. The resume module is always excluded in hostonly
    mode.
    
    Made this a bit more explicit with if/else so it is more clear what is going
    on. The in-line ||/&& makes the line really long and makes it more difficult
    to understand what is going on.
    
    Bug: #924
    Signed-off-by: Andrew Ammerlaan <[email protected]>
    Nowa-Ammerlaan committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b88d0ba View commit details
    Browse the repository at this point in the history