]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut-init.sh): `module_check` method ignores `forced` option
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 14 Jul 2023 09:48:34 +0000 (11:48 +0200)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 24 Jul 2023 15:22:42 +0000 (11:22 -0400)
commit6c9f403f1c219b8e2ff62011bfcc1b5e254b411a
treea53ddd86727ad3f7d06279053c27b640e234b6b9
parentc4e6eaf9c61616a2f27ef6e91cc787888afecde4
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.
dracut-init.sh