mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Merge pull request #1858 from tlaurion/bugfix-fix_lvm_reproducibility
modules/lvm2: define /run relative paths (not sure why circleci remote docker default run dir != local run dir)
This commit is contained in:
commit
573f48dd11
@ -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