golden hour
/lib/dracut/modules.d/90dm
⬆️ Go Up
Upload
File/Folder
Size
Actions
11-dm.rules
142 B
Del
OK
59-persistent-storage-dm.rules
670 B
Del
OK
dm-pre-udev.sh
211 B
Del
OK
dm-shutdown.sh
465 B
Del
OK
module-setup.sh
1.03 KB
Del
OK
Edit: dm-pre-udev.sh
#!/bin/sh # -*- 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
Save