Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dracut-init.sh):
module_check
method ignores forced
option
When the `module_check` method is called passing 3 arguments (all calls right now), the `forced` option is ignored, so the `hostonly` variable is never unset before the module's `check` method is called.
- Loading branch information