From f676c2f568b9c75daa3e2b688978b877f950953d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 May 2012 00:02:28 +0000 Subject: Wed May 30 00:02:27 UTC 2012 --- core/mdadm/mdadm_udev_install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/mdadm/mdadm_udev_install') diff --git a/core/mdadm/mdadm_udev_install b/core/mdadm/mdadm_udev_install index be653fc74..f6f5de4ad 100644 --- a/core/mdadm/mdadm_udev_install +++ b/core/mdadm/mdadm_udev_install @@ -1,7 +1,7 @@ #!/bin/bash build() { - MODULES=" $(checked_modules "drivers/md/*" | grep -v "dm-")" + add_checked_modules -f 'dm-' 'drivers/md/*' # check if a custom mdadm.conf exists if grep -qw ^ARRAY "$BASEDIR/etc/mdadm.conf"; then @@ -15,7 +15,9 @@ build() { help() { cat <