mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
modules/lvm2: define /run relative paths (not sure why circleci remote docker default run dir != local run dir)
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
be0aac6914
commit
1a07bf7b68
@ -16,6 +16,9 @@ lvm2_configure := \
|
|||||||
--host $(MUSL_ARCH)-elf-linux \
|
--host $(MUSL_ARCH)-elf-linux \
|
||||||
--prefix "" \
|
--prefix "" \
|
||||||
--libexecdir "/bin" \
|
--libexecdir "/bin" \
|
||||||
|
--with-default-pid-dir=/run \
|
||||||
|
--with-default-dm-run-dir=/run \
|
||||||
|
--with-default-run-dir=/run/lvm \
|
||||||
--with-optimisation=-Os \
|
--with-optimisation=-Os \
|
||||||
--enable-devmapper \
|
--enable-devmapper \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
|
Loading…
Reference in New Issue
Block a user