citadel/meta-citadel/recipes-initrd/citadel-initramfs/files/11-dm.rules

6 lines
142 B
Plaintext
Raw Normal View History

SUBSYSTEM!="block", GOTO="dm_end"
KERNEL!="dm-[0-9]*", GOTO="dm_end"
ACTION!="add|change", GOTO="dm_end"
OPTIONS+="db_persist"
LABEL="dm_end"