Bug#567301: mdadm: boot failure

martin f krafft madduck at debian.org
Thu Jan 28 19:03:19 UTC 2010


tags 567301 confirmed patch
thanks

Sorry, I found the bug. The following patch to
/usr/share/initramfs-tools/scripts/local-top/mdadm :

diff --git a/debian/initramfs/script.local-top b/debian/initramfs/script.local-top
index 5377e31..b23ef82 100644
--- a/debian/initramfs/script.local-top
+++ b/debian/initramfs/script.local-top
@@ -43,6 +43,7 @@ fi
 
 DEBIANCONFIG=/etc/default/mdadm
 [ -s $DEBIANCONFIG ] && . $DEBIANCONFIG
+[ -s /conf/conf.d/md ] && . /conf/conf.d/md
 
 if is_true "$INCREMENTAL"; then
   exit 0


and a subsequent run of 'update-initramfs -u' should fix the problem.

I'll prepare a new upload soon.

-- 
 .''`.   martin f. krafft <madduck at d.o>      Related projects:
: :'  :  proud Debian developer               http://debiansystem.info
`. `'`   http://people.debian.org/~madduck    http://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/)
URL: <http://lists.alioth.debian.org/pipermail/pkg-mdadm-devel/attachments/20100129/f19c78d6/attachment.pgp>


More information about the pkg-mdadm-devel mailing list