We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d2c52 commit a98e462Copy full SHA for a98e462
scripts.d/30_bluetooth.sh
@@ -8,6 +8,7 @@ cat mnt/img_root/usr/local/bin/bluetooth-server.py | grep ^class
8
9
echo "Switching bluetooth device class to 0x00010c - computer"
10
sed -i -e 's/#Class = .*/Class = 0x00010c/g' mnt/img_root/etc/bluetooth/main.conf
11
+cat mnt/img_root/etc/bluetooth/main.conf
12
13
sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd --noplugin=sap#' mnt/img_root/lib/systemd/system/bluetooth.service
-cat mnt/img_root/lib/systemd/system/bluetooth.service hi
14
+cat mnt/img_root/lib/systemd/system/bluetooth.service
0 commit comments