We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83991ec commit 0c5bf7dCopy full SHA for 0c5bf7d
scripts.d/30_bluetooth.sh
@@ -11,7 +11,6 @@ sed -i -e 's/#Class = .*/Class = 0x00010c/g' mnt/img_root/etc/bluetooth/main.con
11
sed -i -e 's/#DiscoverableTimeout = 0/DiscoverableTimeout = 0/g' mnt/img_root/etc/bluetooth/main.conf
12
sed -i -e 's/#JustWorksRepairing = never/JustWorksRepairing = always/g' mnt/img_root/etc/bluetooth/main.conf
13
sed -i -e 's/#FastConnectable = false/FastConnectable = true/g' mnt/img_root/etc/bluetooth/main.conf
14
-echo -e "\n[Agent]\nDefaultAgent = true\nEnableSecurity = false" >> mnt/img_root/etc/bluetooth/main.conf
15
cat mnt/img_root/etc/bluetooth/main.conf
16
17
sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/systemd/system/bluetooth.service
0 commit comments