Am Dienstag, den 12.08.2008, 19:49 +0800 schrieb Bean:
> Hi,
> 
> Ok, I make some adjustment, now grub-install & update-grub works for
> raid device.
> 
> If no one objects, I'd commit this soon.
> 

Before your mail came in, I just talked with Robert about the fixes
which I'd like to have in lenny.


13:54:48 < nyu> fzielcke: okay then.  if you see bean could you ask him
to commit this fix separately?

He wants to have your little one line raid 0 fix commited separately
I attached the .diff for this against current SVN so you don't need to
make one.

This patch will be in the next upload targeted for lenny.
Index: disk/raid.c
===================================================================
--- disk/raid.c	(Revision 1800)
+++ disk/raid.c	(Arbeitskopie)
@@ -177,7 +177,7 @@
 	    if (err)
 	      break;
 
-	    buf += read_size;
+	    buf += (read_size << GRUB_DISK_SECTOR_BITS);
 	    size -= read_size;
 	    if (! size)
 	      break;
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to