[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub background issue.
From: |
Gregg Levine |
Subject: |
Re: Grub background issue. |
Date: |
Tue, 13 Oct 2015 18:58:44 -0400 |
Hello!
Mine too.
Problem here is that there's not enough information.
-----
Gregg C Levine address@hidden
"This signature fought the Time Wars, time and again."
On Tue, Oct 13, 2015 at 5:43 PM, Peter Hillier-Brook <address@hidden> wrote:
> On 13/10/15 17:17, Andrei Borzenkov wrote:
>> 13.10.2015 18:50, Gregg Levine пишет:
>>> Hello!
>>> Not a guess, an accurate statement of fact. Targa files are definitely
>>> not supported. I believe Jpeg and Bitmap ones are.
>>>
>>
>> case "$GRUB_BACKGROUND" in
>> *.png) reader=png ;;
>> *.tga) reader=tga ;;
>> *.jpg|*.jpeg) reader=jpeg ;;
>> *) gettext "Unsupported image format" >&2; echo
>>>&2; exit 1 ;;
>> esac
>>
>> tga was added Mon Jul 31 14:21:36 2006.
>
> My error, sorry.
>
>
> _______________________________________________
> Help-grub mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-grub
- Grub background issue., mostafa yasin, 2015/10/13
- Re: Grub background issue., Peter Hillier-Brook, 2015/10/13
- Re: Grub background issue., Gregg Levine, 2015/10/13
- Message not available
- Re: Grub background issue., Andrei Borzenkov, 2015/10/14
- RE: Grub background issue., mostafa yasin, 2015/10/15
- Re: Grub background issue., Andrei Borzenkov, 2015/10/14
- RE: Grub background issue., mostafa yasin, 2015/10/15
- Re: Grub background issue., Andrei Borzenkov, 2015/10/15
Re: Grub background issue., Andrei Borzenkov, 2015/10/15