stable-proposed-updates?

Holger Levsen holger at layer-acht.org
Fri Feb 20 10:21:17 CET 2009


Hi Michael,

On Freitag, 20. Februar 2009, Michael Tautschnig wrote:
> There is the recently filed #515101, which includes a missing patch for a
> bug already meant to be fixed in 3.2.5; you definitely noticed that one
> since you reopened it: Wouldn't be also nice to include a patch for that
> one (both in 3.2.16-lenny1 and 3.2.17)?

I'd say so. Thomas? Luk?

This is the patch, which is a fix for /dev/i2o/hd* devices of certain adaptec
controllers:

--- device2grub.orig	2009-02-19 16:57:30.000000000 +0100
+++ device2grub	2009-02-19 17:06:03.000000000 +0100
@@ -17,7 +17,7 @@
   $map{$olddevice} = $grubdevice;
 }
 
-$device=~ m#^(/dev/(?:[sh]d\D|ida/c\d*d\d*|cciss/c\d*d\d*))p*(\d*)$# || die "Can't match device: $device\n";
+$device=~ m#^(/dev/(?:[sh]d\D|i2o/hd\D|ida/c\d*d\d*|cciss/c\d*d\d*))p*(\d*)$# || die "Can't match device: $device\n";
 my ($disk,$partition) = ($1,$2);
 
 if ($map{$disk}) {


regards,
	Holger

P.S.: Please don't cc: me, I read the list. If you absolutly must, better use
      bcc:, that at least saves me all the replies ;)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.uni-koeln.de/pipermail/linux-fai-devel/attachments/20090220/c3b6fe62/attachment.bin 


More information about the linux-fai-devel mailing list