From 0ef9258ffe0332e05035da68af865acac1909e16 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 23 Oct 2023 13:59:04 +0200 Subject: [PATCH] fix lvm2 --- usr/lib/archboot/cpio/hooks/lvm2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/hooks/lvm2 b/usr/lib/archboot/cpio/hooks/lvm2 index 652891461..018aa4170 100644 --- a/usr/lib/archboot/cpio/hooks/lvm2 +++ b/usr/lib/archboot/cpio/hooks/lvm2 @@ -17,7 +17,7 @@ _run () lvextend lvmdiskscan lvmsadc lvmsar lvreduce lvremove lvrename lvresize lvs \ lvscan lvm_import_vdo lvmdevices lvmpolld vgimportdevices _map _dir /etc/lvm/{backup,archive} - _map _file /etc/lvm/lvm.conf /usr/lib/{liblvm*,systemd/{system/{lvm2*,blk-availability.service},sysinit.target.wants/lvm2*} + _map _file /etc/lvm/lvm.conf /usr/lib/{"liblvm*",systemd/{system/{"lvm2*",blk-availability.service},sysinit.target.wants/"lvm2*"} } # vim: set ft=sh ts=4 sw=4 et: