Bryan Kadzban wrote:

> On the off chance you like the black background, but not the gnu, you
> can probably grab some SVG editor (inkscape worked pretty well last time
> I tried it) and one of the just-a-penguin SVG files off that page, then
> make the background black in your editor, and either export to PNG then
> convert to TGA, or export directly to TGA.

I picked the one with the GNU on purpose.  There are lots of images with 
just Tux.  After all, we have more GNU software on our system than the 
Linux Kernel.  The picture I chose was to acknowledge the major 
contributions from GNU.

> Just saying.  :-)

>> terminal_output gfxterm
>> if terminal_output gfxterm ; then true ; else
>>      terminal gfxterm
>> fi
> 
> Admittedly, I know nothing about the semantics of the grub config
> language, but is the first "terminal_output" necessary?  Looks like
> that's being run twice here, I think.  At least one thing below isn't
> structured like this either ("if background_image ...").

I'm pretty sure the whole if statement can be removed.  terminal is not 
a GRUB2 command at all.  It is a structure I got from googling.

I've been talking to the developers and may take on the task of 
rewriting grub.info. There is a major lack of documentation of GRUB. The 
current grub.info is a mix of GRUB2 and obsolete GRUB1 info. Most is 
debian specific with no mention how to edit grub.cfg directly.  Debian 
and other distros want to do the configuration indirectly with shell 
scripts.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to