]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(network,dbus): improve dependency checking
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 2 Feb 2023 21:22:26 +0000 (21:22 +0000)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 9 Jun 2023 12:55:48 +0000 (08:55 -0400)
commit3f8f115a27b2bb63f0893262b6c951a187bac8ef
tree9ccdf8deb16dad9f19c73509ac3f129886736d8e
parentcd6f683d634970112a29867137431d0d57f8c957
fix(network,dbus): improve dependency checking

Decouple implementation details of the backend
dependencies from the meta module.

Call check_module for each submodule instead
of reimplementing sub-package dependencies
inside the meta module itself.

Add missing NetworkManager binary to the
network-manager dracut module check.
modules.d/09dbus/module-setup.sh
modules.d/35network-manager/module-setup.sh
modules.d/40network/module-setup.sh