Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2012-01-25 15:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkinitrd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes        2012-01-09 
16:21:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2012-01-25 
15:02:26.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 20 16:18:20 UTC 2012 - [email protected]
+
+- Load all scsi_dh_* modules early during boot (bnc#727428).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkinitrd.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2012-01-06 13:54:20.000000000 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2012-01-23 13:57:12.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri Jan 20 16:18:20 UTC 2012 - [email protected]
+
+- Load all scsi_dh_* modules early during boot (bnc#727428).
+
+-------------------------------------------------------------------
 Fri Jan  6 12:53:47 UTC 2012 - [email protected]
 
 - setup-network: Properly install awk.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-scsi_dh.sh 
new/mkinitrd-2.7.0/scripts/boot-scsi_dh.sh
--- old/mkinitrd-2.7.0/scripts/boot-scsi_dh.sh  1970-01-01 01:00:00.000000000 
+0100
+++ new/mkinitrd-2.7.0/scripts/boot-scsi_dh.sh  2012-01-23 13:57:12.000000000 
+0100
@@ -0,0 +1,6 @@
+#!/bin/bash
+#%stage: boot
+#%depends: start
+#%modules: $scsi_dh_modules
+#%dontshow
+#%if: -n "$scsi_dh_modules"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-scsi_dh.sh 
new/mkinitrd-2.7.0/scripts/setup-scsi_dh.sh
--- old/mkinitrd-2.7.0/scripts/setup-scsi_dh.sh 1970-01-01 01:00:00.000000000 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-scsi_dh.sh 2012-01-23 13:57:12.000000000 
+0100
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+#%stage: device
+#
+# Include all scsi_dh_* modules and load them on boot (bnc#727428 et al)
+
+scsi_dh_modules=
+for i in $(find 
$root_dir/lib/modules/$kernel_version/kernel/drivers/scsi/device_handler -name 
"scsi[-_]dh[_-]*.ko"); do
+       i=${i%.ko}
+       scsi_dh_modules="$scsi_dh_modules ${i##*/}"
+done
+
+save_var scsi_dh_modules

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to