diff options
Diffstat (limited to 'modules.d/90dm/dm-pre-udev.sh')
-rwxr-xr-x | modules.d/90dm/dm-pre-udev.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules.d/90dm/dm-pre-udev.sh b/modules.d/90dm/dm-pre-udev.sh new file mode 100755 index 0000000..ba8d962 --- /dev/null +++ b/modules.d/90dm/dm-pre-udev.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +strstr "$(cat /proc/misc)" device-mapper || modprobe dm_mod +modprobe dm_mirror 2> /dev/null |