lvm2: place profile snippets into profile.d to avoid path conflicts

This commit is contained in:
7c6f434c
2025-01-19 12:46:22 +01:00
parent d179b9d900
commit 9d54b7793c
+1
View File
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
"--with-default-run-dir=/run/lvm"
"--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
"--with-systemd-run=/run/current-system/systemd/bin/systemd-run"
"--with-default-profile-subdir=profile.d"
]
++ lib.optionals (!enableCmdlib && !onlyLib) [
"--bindir=${placeholder "bin"}/bin"