]> git.ipfire.org Git - thirdparty/grub.git/commit
disk/lvm: Add support for integrity LV
authorPatrick Plenefisch <simonpatp@gmail.com>
Sat, 4 Jan 2025 20:02:54 +0000 (15:02 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 5 Mar 2025 20:27:37 +0000 (21:27 +0100)
commit9a37d6114593417bbd29b2d2c3794c05305e9ebe
treefbfcf15084a5f1a8e1414271dc2a2bc5978b10c4
parent6c14b87d6fe03972f7a24689e51008698aedba15
disk/lvm: Add support for integrity LV

The LV matching must be done after processing the ignored feature
indirections, as integrity volumes & caches may have several levels
of indirection that the segments must be shifted through.

Signed-off-by: Patrick Plenefisch <simonpatp@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/lvm.c