Skip to content

Commit

Permalink
motd is now in sys-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 15, 2024
1 parent 2832371 commit fac50ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stages/03-Preconfiguration/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ adduser --shell /bin/bash --ingroup sudo --disabled-password --gecos "" "$USERNA
chown -R $USERNAME:$PASSWORD /home/$USERNAME
mkdir -p /boot/openhd/

# We copy the motd to display a custom OpenHD message in the Terminal
cd /opt/additionalFiles
cp motd /etc/motd
cp motd-unsupported /etc/motd-unsupported


if [[ "${OS}" == "radxa-debian-rock5a" ]] || [[ "${OS}" == "radxa-debian-rock5b" ]] || [[ "${OS}" == "radxa-debian-rock-cm3" ]]; then
cat /etc/fstab
Expand Down

0 comments on commit fac50ac

Please sign in to comment.