[udev/f13/master] start_udev: add rd_NO_MDIMSM on noiswmd kernel cmdline option

Harald Hoyer harald at fedoraproject.org
Wed Aug 4 13:42:54 UTC 2010


commit 3e4cfcfce041711466bef756f5974a0e6331fc0a
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Aug 4 15:00:53 2010 +0200

    start_udev: add rd_NO_MDIMSM on noiswmd kernel cmdline option

 start_udev |    3 +++
 udev.spec  |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/start_udev b/start_udev
index 3193de8..ba9b10c 100755
--- a/start_udev
+++ b/start_udev
@@ -293,6 +293,9 @@ if [ -f "/sys/class/tty/console/uevent" ]; then
 	if strstr "$cmdline" udevchilds; then
 		/sbin/udevadm control --max-childs=$(getval udevchilds $cmdline)
 	fi
+	if strstr "$cmdline" noiswmd; then
+		/sbin/udevadm control --env=rd_NO_MDIMSM=1
+	fi
 
         /sbin/udevadm control --env=STARTUP=1
 
diff --git a/udev.spec b/udev.spec
index 112df2f..45c7919 100644
--- a/udev.spec
+++ b/udev.spec
@@ -364,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 - trigger with action==add
+- add rd_NO_MDIMSM on noiswmd kernel cmdline option
+Resolves: rhbz#589774
 
 * Mon Aug 02 2010 Harald Hoyer <harald at redhat.com> 153-1
 - version 153, because device-mapper needs IMPORT{db}


More information about the scm-commits mailing list