[ Somehow this mail failed to reach the list yesterday, resending ]

On Tue, Dec 25, 2001 at 01:30:16AM +0530, Sayamindu Dasgupta wrote:

>On Mon, Dec 24, 2001 at 11:59:32PM +0530, Tathagata Banerjee announced:
>>  if your /etc/lilo.conf contains the line
>>  message=/boot/message
>>  (on my machine it is  right after the "Timeout=xx" line)
>>  then lilo will fire with the image file kept (or linked) as 
>>  /boot/message. i have an idea that this image file must be of a 
>>  specific format and size, but i don't know what those are. mandrake 
>>  and redhat install a picture by default, and "file /boot/message" 
>>  returns "data". i haven't experimented by trying to change 
>>  /boot/message. AFAIK, this is a generic lilo feature, and not 
>>  specific to redhat or mandrake.

Here are the steps which I have tried and it has worked for me.

-----------------------------------------------------------------------
If u have a jpeg picture which u want to put as the lilo pic, than

1. Convert that picture using gimp to .pcx format.
2. Than change the image size to 320x200. In Gimp select image -> scale.
3. Than in the gimp menu select image -> indexed ( remember without this
   step the picture won't work ).
4. Rename the original message file mv /boot/message /boot/message.pcq
5. Now move your .pcx file to /boot with the name message.
   mv <yourpicfile>.pcx /boot/message
6. lilo -v
7. reboot

That's it.
-----------------------------------------------------------------------

Peace

--
Rajesh
:
####[ Linux One Stanza Tip (LOST) ]###########################
  
Sub : Searching for strings in files                 LOST #172

In order to search for a string in some files, use:
grep "string" filename1 [filename2 filename3 ...]
This will  print out the  filename  and the  lines in the file 
that contain the string.  Type 'man grep' for details.

####<From : freebsd fortune>##################################
:


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to