From b12e3f1f8d62e8be14b9699575100654f66147b3 Mon Sep 17 00:00:00 2001 From: Links Date: Thu, 14 Apr 2022 12:28:29 +0200 Subject: [PATCH] allow X6100 APP acccess to dbus to manage WiFi and BT --- userpatches/overlay/root/chroot_onboard.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userpatches/overlay/root/chroot_onboard.sh b/userpatches/overlay/root/chroot_onboard.sh index f46f925..bf66990 100755 --- a/userpatches/overlay/root/chroot_onboard.sh +++ b/userpatches/overlay/root/chroot_onboard.sh @@ -18,6 +18,8 @@ if [ "$1" == "start" ] ; then mount -o bind /var/run/pulse /mnt/x6100/tmp/pulse mkdir -p /var/run/dbus + mkdir -p /mnt/x6100 /var/run/dbus + mount -o bind /var/run/dbus /mnt/x6100/var/run/dbus mkdir -p /mnt/x6100/tmp/dbus mount -o bind /var/run/dbus /mnt/x6100/tmp/dbus