mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 10:46:44 +00:00
lvm2: Support LVM2 thin provisioned volumes
Support LVM2 thin-provisioned volumes. LVM2 wants the thin_check utility by default, but it has multiple dependencies we do not currently ship (boost, libexpat, others), so disable it. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
e0b46d086a
commit
de1592e2f5
@ -33,6 +33,7 @@ lvm2_configure := \
|
||||
--disable-cache_check_needs_check \
|
||||
--disable-thin_check_needs_check \
|
||||
--with-cluster=none \
|
||||
--with-thin-check= \
|
||||
|
||||
# not sure why LIB_SUFFIX is not defined in the cross build
|
||||
lvm2_target := \
|
||||
|
Loading…
Reference in New Issue
Block a user