On Mon, Oct 30, 2000 at 09:02:19PM -0500, David Rysdam wrote: > No good, it doesn't solve the main problem: how do I clear the screen > on boot up as well. In particular, I have the boot logo going (and I
The LinuxLogo login works pretty well for this. With a couple hacks to the source, you can't get the Debian logo to work (don't know why it isn't built with it by default..). -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='