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

7 lines
191 B
Plaintext

# https://github.com/systemd/systemd/issues/1551
SUBSYSTEM!="block", GOTO="dm_end"
KERNEL!="dm-[0-9]*", GOTO="dm_end"
ACTION!="add|change", GOTO="dm_end"
OPTIONS+="db_persist"
LABEL="dm_end"