On Tue, Oct 19, 1999 at 07:17:48PM +0200, M�f�di wrote:
> Howdy
>
> When i boot up mdk 6.1 it always starts
> with a penguin and something about kernel 2.2.13.
> How to do so that not come up. I delete
> /etc/rc.d/rc.local but it dident help.
> I know that this is not a big prob.. but but
In /etc/rc.d/rc.local, you'll find a section that reads:
if [ -x /usr/bin/linux_logo ];then
/usr/bin/linux_logo -c -n -f > /etc/issue
echo "" >> /etc/issue
else
echo "Kernel $(uname -r) on $a $(uname -m)" >> /etc/issue
fi
Comment out that entire section by placing hash marks (#) in front.
That will stop it from feeding the ugly penguin into /etc/issue.
Next, empty /etc/issue using the command:
cat /dev/null > /etc/issue
That'll do it!
--
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]