Archived
1
0
Fork 0
This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
padavan-luna/patches/banner.patch
2023-06-10 17:17:16 +03:00

13 lines
452 B
Diff

diff --git a/trunk/user/scripts/profile b/trunk/user/scripts/profile
index 54cf6f7d25..51b1c52dc6 100755
--- a/trunk/user/scripts/profile
+++ b/trunk/user/scripts/profile
@@ -8,6 +8,8 @@ if [ "$PS1" ] ; then
export TERMINFO=/usr/share/terminfo
export TERM=xterm
[ -r /etc_ro/banner ] && cat /etc_ro/banner
+ echo "Praise the night!"
+ echo "Built with ponies and love"
echo "Version: $(nvram get firmver_sub)"; echo ""
fi;