systemd: remove unused lvm2 input

This commit is contained in:
Andreas Rammhold
2022-03-05 21:27:45 +01:00
committed by Florian Klink
parent 3ceeae830d
commit 0c852e1fa6
2 changed files with 0 additions and 3 deletions
@@ -29,7 +29,6 @@
# Optional dependencies # Optional dependencies
, pam , pam
, cryptsetup , cryptsetup
, lvm2
, audit , audit
, acl , acl
, lz4 , lz4
-2
View File
@@ -23233,8 +23233,6 @@ with pkgs;
withTpm2Tss = false; withTpm2Tss = false;
withUserDb = false; withUserDb = false;
glib = null; glib = null;
lvm2 = null;
}; };