On Thu Oct 24 2002 at 17:14, "" wrote: > I'm now working on redhat7.2's lilo source rpm. > You know, when power on and lilo runs, it shows a redhat logo left to the > boot choices, I want to change that picture to my own. > > Does anyone knows how to do? Please help me. > > Sorry for asking problems about lilo in anaconda area. > I just didn't find a lilo list. (It would better be posted in enigma-list, the list for for rh72). The graphic is determined by this directive in /etc/lilo.conf... message=/boot/message You'll find that /boot/message is some sort of graphic file (xv can load and render it, ee cannot - it appears to be a 320x200 8bit pcx file). I'm not sure of the rest of the story, I would imagine that the lilo docs would have the full scoop. Beware that the graphic thing might have been added with patches included in the src rpm (I'm not sure), but it would be easy to replace the original one in a kickstart file once you had a tool that could produce your graphic in the right format for you. It would be a nice customisation touch. Same for grub, it uses /boot/grub/splash.xpm.gz which could easily be replaced by a customised version. > Thank you! > Xech Cheers Tony