Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 7bd78757 authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: connman is patched for systemd-resolved.service


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 79ed272b
No related merge requests found
......@@ -1043,11 +1043,6 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
if [ -f /lib/systemd/system/systemd-networkd.service ] ; then
systemctl disable systemd-networkd.service || true
fi
#We use connman...
if [ -f /lib/systemd/system/systemd-resolved.service ] ; then
systemctl disable systemd-resolved.service || true
fi
}
grub_tweaks () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment