diff --git a/stages/03-Preconfiguration/00-run-chroot.sh b/stages/03-Preconfiguration/00-run-chroot.sh index 35f6ad4a..bb63ff46 100755 --- a/stages/03-Preconfiguration/00-run-chroot.sh +++ b/stages/03-Preconfiguration/00-run-chroot.sh @@ -21,7 +21,6 @@ cp motd /etc/motd if [[ "${OS}" == "radxa-ubuntu-rock5a" ]] || [[ "${OS}" == "radxa-ubuntu-rock5b" ]] || [[ "${OS}" == "radxa-debian" ]]; then systemctl disable gdm3 systemctl disable gdm - systemctl enable openhd sudo systemctl set-default multi-user.target echo "$(hostname -I | cut -d' ' -f1) $(hostname)" | sudo tee -a /etc/hosts touch /boot/openhd/rock5.txt diff --git a/stages/03-Preconfiguration/01-run-chroot.sh b/stages/03-Preconfiguration/01-run-chroot.sh index ab8c8404..a301e89f 100755 --- a/stages/03-Preconfiguration/01-run-chroot.sh +++ b/stages/03-Preconfiguration/01-run-chroot.sh @@ -38,13 +38,11 @@ if [[ "${OS}" != "ubuntu" ]] || [[ "${OS}" != "ubuntu-x86" ]]; then fi if [[ "${OS}" == "radxa" ]] ; then - systemctl disable openhd systemctl disable lightdm fi if [[ "${OS}" == "radxa-ubuntu-rock5a" ]] || [[ "${OS}" == "radxa-ubuntu-rock5b" ]] || [[ "${OS}" == "radxa-debian" ]] ; then - systemctl disable openhd systemctl disable lightdm fi