Commit 27d1fa90 authored by Florent Revest's avatar Florent Revest

fuse: remove /etc/modules-load.d/fuse.conf which made the systemd-modules-load service fail

parent a74cf03e
do_install_append() {
# Remove /etc/modules-load.d/fuse.conf which makes the systemd-modules-load.service fail
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
rm -r ${D}${sysconfdir}/modules-load.d
fi
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment