* bigfoot29...@gmx.de [Sat Apr 21, 2012 at 10:18:59AM +0200]:

> This bug is still present in the recent TESTING Netinst.
[...]

And also the initramfs-hook still tries to load the non-existing
dm-raid45 module.

Giuseppe, any chance that you include my attached patch and make an
upload with? Or would it help if I'd do an NMU?

regards,
-mika-
From 9e480daa80456906fa2ec0791c1c93ba9999cf4d Mon Sep 17 00:00:00 2001
From: Michael Prokop <m...@grml.org>
Date: Fri, 25 May 2012 23:30:36 +0200
Subject: [PATCH] initramfs-hook: do not force_load the non-existent dm-raid45
 driver

---
 debian/initramfs/dmraid.initramfs-hook/dmraid |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/debian/initramfs/dmraid.initramfs-hook/dmraid b/debian/initramfs/dmraid.initramfs-hook/dmraid
index fa77344..52758c0 100644
--- a/debian/initramfs/dmraid.initramfs-hook/dmraid
+++ b/debian/initramfs/dmraid.initramfs-hook/dmraid
@@ -20,7 +20,6 @@ esac
 if [ -x /sbin/dmraid ]; then
 	force_load dm-mod
 	force_load dm-mirror
-	force_load dm-raid45
 	copy_exec /sbin/dmraid sbin
 	copy_exec /sbin/dmraid-activate sbin
 	if [ "$BUSYBOX" = n ]; then
-- 
1.7.9.1

Attachment: signature.asc
Description: Digital signature

Reply via email to