I thought I'd mention that some of you guys might be interested in trying
figlet, it's a great program for making banners out of ASCII "fonts"... like so:
Code: Select all
localhost odinsdream # echo "farscapeone" | figlet -f chunky -w 120
___
.' _|.---.-.----.-----.----.---.-.-----.-----.-----.-----.-----.
| _|| _ | _|__ --| __| _ | _ | -__| _ | | -__|
|__| |___._|__| |_____|____|___._| __|_____|_____|__|__|_____|
|__|
localhost odinsdream #
emerge figlet && showfigfonts | less
... I'm working on adding this kind of functionality to /etc/init.d/issue, so that I can get a chunky output of
uname -r...
But, is the definitive answer that this isn't just a matter of dropping stuff into
/etc/issue itself? Is there no way to convert that into a script? What process reads and prints the contents of /etc/issue?
man issue talks about expansions of anything that
getty understands, like \s. Where can I find more information about getty, what it is, and what it can expand on?