lvm2: place profile snippets into profile.d to avoid path conflicts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user