]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
fix(network): call both check_module and module_check
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 20 Sep 2024 03:10:48 +0000 (23:10 -0400)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 29 Sep 2024 01:57:30 +0000 (21:57 -0400)
commitc81c9552650971717f99118a295c3c3840da3209
treec1021b791232422266113eed7724e1259dc51547
parent7d9158f24d674dfbea01626e8d6c50a668cb6364
fix(network): call both check_module and module_check

Add back testing the module with check_module as well as module_check.

Without this PR, on some Linux distributions (e.g. Void) adding `network` meta module
no longer works as it tries and fails to install the preferred netowrking backend
(network-manager).
modules.d/40network/module-setup.sh