'added dm-mirror to dmraid'

This commit is contained in:
Tobias Powalowski 2009-05-20 09:25:19 +02:00
parent b4edbae193
commit 1fe4226261
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
run_hook ()
{
/sbin/modprobe -q dm-mod >/dev/null 2>&1
/sbin/modprobe -q dm-mirror >/dev/null 2>&1
#fix if udev initialises /dev/mapper/control
sleep 0.5
if [ -e "/sys/class/misc/device-mapper" ]; then

View file

@ -2,7 +2,7 @@
install ()
{
MODULES="dm-mod"
MODULES="dm-mod dm-mirror"
BINARIES="dmraid"
FILES=""
SCRIPT="arch_dmraid"