]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dbus-daemon): only error out in install()
authorHarald Hoyer <harald@redhat.com>
Sat, 17 Apr 2021 11:20:56 +0000 (13:20 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Sat, 17 Apr 2021 11:22:58 +0000 (13:22 +0200)
commitae4fbb3db4136e6e03a1c74d05ecc2a73b916401
treebfa0cd3a7797ee4227f766d8a8b0b55e3eb8abdf
parent64ee2a53864576fbedabe6b18fb9aae01b999199
fix(dbus-daemon): only error out in install()

Don't hard exit in `check()`. The transaction logic only checks if it
should/can include the module. Just return `255` and the `dbus` meta
module will pick its dependency.
modules.d/06dbus-daemon/module-setup.sh