mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +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 \
|
||||
--prefix "" \
|
||||
--libexecdir "/bin" \
|
||||
--with-default-pid-dir=/run \
|
||||
--with-default-dm-run-dir=/run \
|
||||
--with-default-run-dir=/run/lvm \
|
||||
--with-optimisation=-Os \
|
||||
--enable-devmapper \
|
||||
--disable-selinux \
|
||||
|
Loading…
Reference in New Issue
Block a user