summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/lvm/lvm2.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/strata/lvm/lvm2.morph b/strata/lvm/lvm2.morph
index 49b5f0fc..d9633bb9 100644
--- a/strata/lvm/lvm2.morph
+++ b/strata/lvm/lvm2.morph
@@ -7,11 +7,12 @@ configure-commands:
# if left to the default, @sbindir@ is expanded to the literal string
# '${exec_prefix}/sbin' in the generated .service files.
#
-# udev rules *must* go in /lib, they'll be ignored if they go in /usr/lib.
+# udev rules *must* go in wherever Systemd is configured to look at. We don't expect
+# Systemd to change anymore.
- |
./configure --prefix="$PREFIX" \
--sbindir="$PREFIX"/sbin \
- --with-udev-prefix=/ \
+ --with-udev-prefix="$PREFIX" \
--with-systemdsystemunitdir="$PREFIX"/lib/systemd/system \
--enable-applib --enable-cmdlib --enable-pkgconfig --enable-lvmetad \
--enable-dmeventd --enable-udev_sync