diff --git a/Makefile.am b/Makefile.am index a7994ea6..23d59610 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = \ --enable-python \ - --with-tmpfilesdir=$$dc_install_base/$(systemd_tmpfilesdir) + --with-tmpfilesdir=$$dc_install_base/usr/lib/tmpfiles.d distclean-local: -find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f diff --git a/docs/v2.0.0-RC1-ReleaseNotes b/docs/v2.0.0-RC1-ReleaseNotes index dc55ff46..b0115cf6 100644 --- a/docs/v2.0.0-RC1-ReleaseNotes +++ b/docs/v2.0.0-RC1-ReleaseNotes @@ -38,8 +38,11 @@ Changes since version 2.0.0-RC0 - New --disable-cryptsetup option to disable build of cryptsetup tool. - Enable build of cryptsetup-reencrypt by default. -* Install tmpfile.d configuration for locking directory. +* Install tmpfiles.d configuration for LUKS2 locking directory. You can overwrite this using --with-tmpfilesdir configure option. + If your distro does not support tmpfiles.d directory, you have + to create locking directory (/run/lock/cryptsetup) in cryptsetup + package (or init scripts). * Adds limited support for offline reencryption of LUKS2 format.