Martin Michlmayr wrote:
* Harald Dunkel <[EMAIL PROTECTED]> [2004-09-14 21:14]:

PS: If initrd-tools is orphaned: I would be glad to adopt it.


Please send patches which we can forward to Herbert for review.

The patch is already in this bug report. Attached you can find an updated patch for initrd-tools 0.1.74.

Seriously: If Herbert is too busy with other stuff, then I
would be glad to adopt initrd-tools. I've got some nice
ideas how to improve and extend it.


Regards

Harri
-----------------------------------------------------------------
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263169
--- /usr/sbin/mkinitrd	2004-08-29 01:34:50.000000000 +0200
+++ mkinitrd	2004-09-15 07:38:40.000000000 +0200
@@ -402,6 +402,7 @@
 getroot() {
 	local major minor device flag soft= setroot=
 	local OPTIND=1 OPTARG
+	local i
 
 	while getopts "rs" flag; do
 		case $flag in
@@ -538,6 +539,9 @@
 				s/^esp-oktagon$/octagon_esp/
 			' | tac
 			echo sd_mod
+			for i in $(cat /proc/modules | awk '/^[A-Za-z0-9\-_]+ [0-9]+ [0-9]+ -/ {print $1;}'); do 
+				test "$(find $MODULEDIR/kernel/drivers/scsi -name $i.$o)" && echo $i; 
+			done
 		;;
 	7[2-9])
 		echo cpqarray

Reply via email to