commit: 970777fb04b59c99405e3532b5dae7370b0e2060
parent f8ae896aa5463c6e1041032e1c359b6477036ec4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 28 Sep 2023 16:24:09 +0200
make-initrd.sh: Remove "lvm" from list of binaries
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make-initrd.sh b/make-initrd.sh
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: ISC
out_base=initramfs-all
-elves="lvm busybox blkid lsblk cryptsetup mksh zfs zpool"
+elves="busybox blkid lsblk cryptsetup mksh zfs zpool"
WORKDIR="$(pwd)"
die() {