From 2dd31fa93f167ed7114eb87fb1afeb82a5c3a01d Mon Sep 17 00:00:00 2001 From: Stephen Chavez Date: Mon, 22 Aug 2022 14:16:11 -0600 Subject: [PATCH] Disable bluetooth properly #862 (#1745) add disable cmd for uart Co-authored-by: Stephen Chavez --- build/initialization.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/initialization.sh b/build/initialization.sh index 8f304a36e..2ef0de94d 100755 --- a/build/initialization.sh +++ b/build/initialization.sh @@ -67,6 +67,7 @@ systemctl disable wpa_supplicant.service ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf systemctl disable bluetooth.service +systemctl disable hciuart.service systemctl disable triggerhappy.service apt-get autoremove -y