From 57417e149a9d6f388fa0df6077418fd2698ea9c1 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 25 Jul 2021 19:53:35 -0400 Subject: [PATCH] init: remove double heads motd banner, keeping the one sent to tty0 which is both local and remote --- initrd/init | 1 - 1 file changed, 1 deletion(-) diff --git a/initrd/init b/initrd/init index 660e4dfe..858d9c39 100755 --- a/initrd/init +++ b/initrd/init @@ -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