systemctl disable lightdm
However, systemd knows this is a chroot environment and the command fails. I've also tried the following:
$ROOT_CMD rm -f /etc/systemd/system/display-manager.service $ROOT_CMD /usr/sbin/update-rc.d lightdm defaults $ROOT_CMD /usr/sbin/update-rc.d lightdm disable Any suggestions?