[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub background issue.
From: |
Peter Hillier-Brook |
Subject: |
Re: Grub background issue. |
Date: |
Tue, 13 Oct 2015 22:43:17 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 |
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.
- 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