Author: arekm
Date: Sun Aug 30 00:17:16 2009
New Revision: 10515
Modified:
geninitrd/trunk/geninitrd
Log:
rmmod scsi_wait_scan after modprobing
Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd (original)
+++ geninitrd/trunk/geninitrd Sun Aug 30 00:17:16 2009
@@ -647,6 +647,10 @@
if [ -n "$sleep_var" ]; then
echo "usleep $sleep_var" | add_linuxrc
fi
+ if [ "$module" = "scsi_wait_scan" ]; then
+ echo "rmmod scsi_wait_scan" | add_linuxrc
+ fi
+
done
}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit