dracut icon indicating copy to clipboard operation
dracut copied to clipboard

systemd-veritysetup module doesn't install dm-verity kernel module

Open npmccallum opened this issue 8 months ago • 0 comments

The summary pretty much sums it up.

My current (working) config looks like this:

add_dracutmodules+=" systemd-veritysetup "
add_drivers+=" dm-verity erofs "

This boots everything successfully. But I'm surprised that I have to manually specify the dm-verity module. The systemd-veritysetup module should probably do that for me.

npmccallum avatar Feb 19 '25 22:02 npmccallum