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

Bug#364039: Patch for /dev/i2o/hdX



Package: initrd-tools
Version: 0.81.1
Followup-For: Bug #318120
tags 318120 patch

Hello

atached youll find a small patch which fixes the mkinitrd-detection 
of /dev/i2o/hdx on our testmachines, should work generally.

Regards
Ingo Steuwer


-- 
* Besuchen Sie uns auf dem LinuxTag06 in Wiesbaden: Halle 9, Stand 929 *

Ingo Steuwer       steuwer@univention.de         fon: +49 421 22 232- 0
Entwicklung        Linux for Your Business
Univention GmbH    http://www.univention.de/     fax: +49 421 22 232-99
--- initrd-tools-0.1.81.1.orig/mkinitrd	2005-05-23 05:43:04.000000000 +0200
+++ initrd-tools-0.1.81.1/mkinitrd	2006-04-21 08:07:23.000000000 +0200
@@ -690,6 +690,9 @@
 	98)
 		echo ubd
 		;;
+	80)
+		echo i2o_block
+		;;
 	*)
 		type=
 		case $(awk '

Reply to: