diff options
author | root <root@rshg054.dnsready.net> | 2012-05-27 00:05:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-27 00:05:57 +0000 |
commit | 1f45ad8e3f17397e2f44e68ef9a0d860091eea9e (patch) | |
tree | c739dcbb4950142bbb793715bfd19fb2d6cc80ef /testing/mdadm/mdadm_udev_install | |
parent | a5721a07196cf00c26ea1bfb651aab756d202ccb (diff) |
Sun May 27 00:05:56 UTC 2012
Diffstat (limited to 'testing/mdadm/mdadm_udev_install')
-rw-r--r-- | testing/mdadm/mdadm_udev_install | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/mdadm/mdadm_udev_install b/testing/mdadm/mdadm_udev_install index be653fc74..f6f5de4ad 100644 --- a/testing/mdadm/mdadm_udev_install +++ b/testing/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 <<HELPEOF - This hook loads raid arrays with udev. +This hook loads the necessary modules for a RAID array and uses incremental +assembly via udev at runtime to create the devices. This hook with NOT work +without the udev hook included on the image. HELPEOF } |