Well, then just execute the file and have it generate the jpg, and
then put the jpg file in the source tree.
ImageMagick is shipped by default on Ubuntu.

On Wed, Feb 8, 2012 at 8:19 AM, Gleb Natapov <[email protected]> wrote:
> 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
>> [email protected]
>> http://www.seabios.org/mailman/listinfo/seabios
>
>
> --
>                        Gleb.

_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to