Skip to content

Commit

Permalink
clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 25, 2023
1 parent a074dfa commit b19a269
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stages/03-Preconfiguration/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
if [[ "${OS}" == "radxa-debian-rock-cm3" ]]; then
touch /boot/openhd/ground.txt
#autologin as root
sudo sed -i 's/^ExecStart=.*/ExecStart=-\/sbin\/agetty --skip-login --login-options "-f root" %I 38400 linux/' /etc/systemd/system/getty.target.wants/[email protected]
#sudo sed -i 's/^ExecStart=.*/ExecStart=-\/sbin\/agetty --skip-login --login-options "-f root" %I 38400 linux/' /etc/systemd/system/getty.target.wants/[email protected]
fi


Expand Down
1 change: 0 additions & 1 deletion stages/03-Preconfiguration/01-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ sudo systemctl disable systemd-journald.service
fi

if [[ "${OS}" == "radxa-debian-rock-cm3" ]]; then
sudo systemctl disable rsetup
sudo systemctl disable openhd
sudo systemctl disable qopenhd
fi
Expand Down

0 comments on commit b19a269

Please sign in to comment.