mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-21 05:53:14 +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
|
# Now it is safe to print a banner
|
||||||
if [ -r /etc/motd ]; then
|
if [ -r /etc/motd ]; then
|
||||||
cat /etc/motd
|
|
||||||
cat /etc/motd > /dev/tty0
|
cat /etc/motd > /dev/tty0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user