From: Antonio Alvarez Feijoo Date: Tue, 9 May 2023 12:25:22 +0000 (+0200) Subject: fix(bluetooth): add missing files X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e84d65c5b0191582e26fe9cc150d460652b34b33;p=thirdparty%2Fdracut.git fix(bluetooth): add missing files - org.bluez.service dbus system service - bluetooth.service override conf --- diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index d7b3046f6..8be318364 100755 --- a/modules.d/62bluetooth/module-setup.sh +++ b/modules.d/62bluetooth/module-setup.sh @@ -58,6 +58,7 @@ install() { inst_multiple -o \ "$dbussystem"/bluetooth.conf \ + "$dbussystemservices"/org.bluez.service \ "${systemdsystemunitdir}/bluetooth.target" \ "${systemdsystemunitdir}/bluetooth.service" \ bluetoothctl @@ -72,6 +73,8 @@ install() { inst_multiple -o \ /etc/bluetooth/main.conf \ "$dbussystemconfdir"/bluetooth.conf \ + "$systemdsystemconfdir"/bluetooth.service \ + "$systemdsystemconfdir/bluetooth.service.d/*.conf" \ "${var_lib_files[@]#"$dracutsysrootdir"}" fi