From 37ee12b0f305e2bf1670b14e5d7f9199b14c6585 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Aug 2011 13:30:57 +0200 Subject: [PATCH] 90dm/dm-pre-udev.sh: load dm-mirror module --- modules.d/90dm/dm-pre-udev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/90dm/dm-pre-udev.sh b/modules.d/90dm/dm-pre-udev.sh index b7979c836..73e443e37 100755 --- a/modules.d/90dm/dm-pre-udev.sh +++ b/modules.d/90dm/dm-pre-udev.sh @@ -2,3 +2,4 @@ # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh strstr "$(cat /proc/misc)" device-mapper || modprobe dm_mod +modprobe dm_mirror 2>/dev/null -- 2.47.3