mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 21:43:11 +00:00
Merge pull request #1012 from tlaurion/remove_double_heads_banner
init: remove double heads motd banner, keeping the one sent to tty0
This commit is contained in:
commit
183f72f07c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user