Skip to content

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 30, 2023
1 parent c30bfe5 commit 247ca96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stages/03-Preconfiguration/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 247ca96

Please sign in to comment.