Here is my patch for /usr/share/initramfs-tools/scripts/local-top/md

--- md.orig     2006-09-26 14:36:43.000000000 +0200
+++ md.fixed    2006-11-26 10:13:12.000000000 +0100
@@ -23,7 +23,7 @@
 
 # Detect raid level
 while [ "$configureduuids" ] && [ ${slumber} -gt 0 ]; do
-       for x in /dev/hd[a-z][0-9]* /dev/sd[a-z][0-9]*; do
+       for x in /dev/hd[a-z] /dev/sd[a-z] /dev/hd[a-z][0-9]* 
/dev/sd[a-z][0-9]*; do
                if [ ! -e ${x} ]; then
                        continue
                fi

-- 
mdadm causes boot to hang for 4 minutes
https://launchpad.net/bugs/67299

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to