dracut/modules.d/90dm/dm-pre-udev.sh

5 lines
103 B
Bash
Executable File

#!/bin/sh
strstr "$(cat /proc/misc)" device-mapper || modprobe dm_mod
modprobe dm_mirror 2> /dev/null