dracut/modules.d/90dmsetup/check

6 lines
69 B
Bash
Executable File

#!/bin/sh
[ -x /lib/udev/devkit-disks-dm-export ] || exit 1
exit 0