diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 42792c2ab5a78e6967de49d5d863711fc30466fd..d501ae6772eedb8a8e11100c27626373696a1e8a 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -962,6 +962,11 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__ if [ -f /etc/systemd/system/network-online.target.wants/connman-wait-online.service ] ; then systemctl disable connman-wait-online.service || true fi + + #We manually start dnsmasq, usb0/SoftAp0 are not available till late in boot... + if [ -f /lib/systemd/system/dnsmasq.service ] ; then + systemctl disable dnsmasq.service || true + fi } #cat /chroot_script.sh