From fac50acf14195f398dda852318f403984c265621 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Thu, 15 Feb 2024 04:34:21 +0100 Subject: [PATCH] motd is now in sys-utils --- stages/03-Preconfiguration/00-run-chroot.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stages/03-Preconfiguration/00-run-chroot.sh b/stages/03-Preconfiguration/00-run-chroot.sh index f97206ca..fb612f40 100755 --- a/stages/03-Preconfiguration/00-run-chroot.sh +++ b/stages/03-Preconfiguration/00-run-chroot.sh @@ -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