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(dracut-lib): only remove initqueue/finished scripts, not the hook dir #2623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 12, 2024

  1. fix(dracut-lib): only remove initqueue/finished scripts, not the hook…

    … dir
    
    The `remove_hostonly_files` function should only remove (as its name suggests)
    hostonly configuration and files. The initqueue/finished scripts considered as
    hostonly that must be removed are added via `wait_for_dev`. But, the `hookdirs`
    are always created at build time, and should not be removed.
    
    This patch also allows to remove the `mkdir` workaround in the `network-manager`
    module (copied-pasted into the `connman` module after), and avoids having to add
    it tree-wide in many missing places.
    
    Fixes 87e90d7
    Fixes dracutdevs#2620
    aafeijoo-suse committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3bc4162 View commit details
    Browse the repository at this point in the history