]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(bluetooth): add missing files
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 9 May 2023 12:25:22 +0000 (14:25 +0200)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 26 Jun 2023 07:32:39 +0000 (09:32 +0200)
- org.bluez.service dbus system service
- bluetooth.service override conf

modules.d/62bluetooth/module-setup.sh

index d7b3046f6f6ed001609dd59e1ef1c0afa66f6848..8be318364523181b49bb335fba3714e51154e353 100755 (executable)
@@ -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