grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Big Endian fix patch


From: Lennart Sorensen
Subject: Re: Big Endian fix patch
Date: Wed, 28 Jul 2010 13:42:19 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Jul 28, 2010 at 01:12:16PM -0400, Doug Nazar wrote:
>  On 2010-07-28 1:01 PM, Lennart Sorensen wrote:
>> Well I don't think that helped (unless I messed up the compile).
>>
>
> The following works for me. Just finished testing it. Damn these 15  
> minute boot times.
>
> Doug
>

> === modified file 'normal/completion.c'
> --- normal/completion.c       2010-06-11 20:31:16 +0000
> +++ normal/completion.c       2010-07-28 17:02:42 +0000
> @@ -247,7 +247,7 @@
>        goto fail;
>      }
>  
> -  dir = grub_strchr (current_word, '/');
> +  dir = grub_strchr (current_word + grub_strlen(device) + 2, '/');
>    last_dir = grub_strrchr (current_word, '/');
>    if (dir)
>      {
> 

I wish the completion would realize that an md device without partitions
(so no partition table) should not complete with a ','.  Not sure how
doable that is.

-- 
Len Sorensen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]