diff --git a/scripts/chroot.sh b/scripts/chroot.sh
index 948bb55657c00343c03e5dcdbe8461ec19c296ca..35401b2f8e03f1a7f52a9d031d192f9664d0dc87 100755
--- a/scripts/chroot.sh
+++ b/scripts/chroot.sh
@@ -1044,7 +1044,7 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
 			systemctl disable systemd-networkd.service || true
 		fi
 
-		#We use connman...
+		#We use dnsmasq & connman...
 		if [ -f /lib/systemd/system/systemd-resolved.service ] ; then
 			systemctl disable systemd-resolved.service || true
 		fi