From 247ca96b602c10cf043973921c5af846c5eccfa0 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:34:13 +0200 Subject: [PATCH] quickfix --- stages/03-Preconfiguration/00-run-chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/03-Preconfiguration/00-run-chroot.sh b/stages/03-Preconfiguration/00-run-chroot.sh index bb63ff46..35f6ad4a 100755 --- a/stages/03-Preconfiguration/00-run-chroot.sh +++ b/stages/03-Preconfiguration/00-run-chroot.sh @@ -21,6 +21,7 @@ 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