in src/ade.rs [35:37]
fn has_lvm_partition(partitions: &[PartInfo]) -> bool { partitions.iter().any(|part| part.part_type == "8E00") }