Skip to content

Commit

Permalink
--- remove dumb stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 30, 2023
1 parent 247ca96 commit 83b6d2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion stages/03-Preconfiguration/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions stages/03-Preconfiguration/01-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83b6d2a

Please sign in to comment.