init: remove double heads motd banner, keeping the one sent to tty0 which is both local and remote

This commit is contained in:
Thierry Laurion 2021-07-25 19:53:35 -04:00
parent 9339394b69
commit 57417e149a
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -33,7 +33,6 @@ mkdir -p /tmp/secret
# Now it is safe to print a banner
if [ -r /etc/motd ]; then
cat /etc/motd
cat /etc/motd > /dev/tty0
fi