messages and logo at booting
At the beginning KNOPPIX displays logo in framebuffer (file logo.16 from boot.img) and
message: "Welcome to KNOPPIX Linux live on CD" (or something like this). I have two questions:
1. why the image displays even if I delete file logo.16?
2. How to change the message "Welcome..."?
thanks in advance
wk
messages and logo at booting
Here's what I did...
Log onto your Linux box as root, then...
1.) gunzip miniroot.gz
2.) mount miniroot /pathtowherethe/minirootfileis -t ext2 -o loop=/dev/loop0
3.) vi linuxrc and then make your modfications
4.) umount mroot
5.) gzip -9 miniroot
stick it back into boot.img and off you go.....
It worked perfectly for me. Hope that helps.
Craig
Re: messages and logo at booting
OK, that's what I was doing before, but I fogot that I was trying to mount a file that I had
personally damaged few days ago :) Now everything is OK. Thanks and sorry for troubling.
wk