Skip to content

Commit 1a07bf7

Browse files
committed
modules/lvm2: define /run relative paths (not sure why circleci remote docker default run dir != local run dir)
Signed-off-by: Thierry Laurion <[email protected]>
1 parent be0aac6 commit 1a07bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/lvm2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ lvm2_configure := \
1616
--host $(MUSL_ARCH)-elf-linux \
1717
--prefix "" \
1818
--libexecdir "/bin" \
19+
--with-default-pid-dir=/run \
20+
--with-default-dm-run-dir=/run \
21+
--with-default-run-dir=/run/lvm \
1922
--with-optimisation=-Os \
2023
--enable-devmapper \
2124
--disable-selinux \

0 commit comments

Comments
 (0)