Chmouel Boudjnah <[EMAIL PROTECTED]> writes:

> For me this (bourrinage) patch fix it :
> 
> --- grub-0.93/lib/device.c.chmou        2003-08-14 11:33:57.000000000 +0200
> +++ grub-0.93/lib/device.c      2003-08-14 11:36:55.700163832 +0200
> @@ -581,7 +581,7 @@
>        if (check_device (name))
>         {
>           (*map)[num_hd + 0x80] = strdup (name);
> -         assert ((*map)[num_hd + 0x80]);
> +         //assert ((*map)[num_hd + 0x80]);
>           
>           /* If the device map file is opened, write the map.  */
>           if (fp)
> 
> 
> don't know what's wrong though...

and well that should do the same also for others kind of device (this
''patch'' is for IDE)

-- 
http://www.chmouel.com/


Reply via email to