bug-grub
[Top][All Lists]
Advanced

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

Re: Bug and patch for BSD partition detection


From: OKUJI Yoshinori
Subject: Re: Bug and patch for BSD partition detection
Date: Sat, 09 Dec 2000 10:09:09 +0900

From: "Jochen Hoenicke" <address@hidden>
Subject: Re: Bug and patch for BSD partition detection
Date: Tue, 5 Dec 2000 17:53:02 +0100 (MET)

> diff -u -r1.38 stage2/disk_io.c
> --- stage2/disk_io.c  2000/11/08 17:33:41     1.38
> +++ stage2/disk_io.c  2000/12/05 16:33:19
> @@ -574,7 +574,7 @@
>  
>    /* If previous partition is a BSD partition or a PC slice which
>       contains BSD partitions...  */
> -  if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type))
> +  if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type & 0xff))
>        || ! (drive & 0x80))
>      {
>        if (*type == PC_SLICE_TYPE_NONE)

  That's correct. Please apply that patch to the CVS.

Okuji



reply via email to

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