[SeaBIOS] ImageMagick-based SeaBIOS logo generation script

Gleb Natapov gleb at redhat.com
Wed Feb 8 08:19:58 CET 2012


On Tue, Feb 07, 2012 at 07:59:04PM +0100, Fred . wrote:
> Please put this file in the repository. I don't know, but somewhere.
> So it outputs a bootsplash.jpg file to wherever SeaBIOS is looking for
> that file.
> 
> #!/bin/sh
> convert -background black \
>         -font /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf \
This file is hardly available on all machines where this script might
run.

>         -pointsize 96 -size 320x480 \
>         -gravity East -fill '#2078cb' label:'Sea' \
>         -gravity West -fill white     label:'BIOS' \
>         +append bootsplash.jpg


> _______________________________________________
> SeaBIOS mailing list
> SeaBIOS at seabios.org
> http://www.seabios.org/mailman/listinfo/seabios


--
			Gleb.



More information about the SeaBIOS mailing list