]> git.proxmox.com Git - proxmox-backup-restore-image.git/commitdiff
add LVM (thin) tooling
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 30 Jun 2021 15:57:55 +0000 (17:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 23:55:21 +0000 (01:55 +0200)
FILE_LOCKING is required for LVM, the 4 lib* dependencies are not
automatically resolved for some reason, but are required.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/build_initramfs.sh
src/config-base

index 29eeedbf3de0bcac7e935cb58087a267de68b1b7..4d81b39821ea178a383f8da91059d50c0a3c8368 100755 (executable)
@@ -51,6 +51,12 @@ add_pkgs "
     libblkid1:amd64 \
     libuuid1:amd64 \
     zlib1g:amd64 \
+    libzstd1:amd64 \
+    liblz4-1:amd64 \
+    liblzma5:amd64 \
+    libgcrypt20:amd64 \
+    lvm2:amd64 \
+    thin-provisioning-tools:amd64 \
 "
 
 # install custom ZFS tools (built without libudev)
index 92f1fc9036cac441c0978aac2306b4e0dcaa23bc..e9af0bac7eae608b530e362943cc4b9c02b5ed4a 100644 (file)
@@ -104,6 +104,7 @@ CONFIG_NLS_UTF8=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_MSDOS_PARTITION=y
 CONFIG_EFI_PARTITION=y
+CONFIG_FILE_LOCKING=y
 
 # filesystem support
 CONFIG_MISC_FILESYSTEMS=y