public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: presets: actually enable lvm-devices-import stuff
@ 2026-08-10 9:36
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 645c9ffdb6cee220bd5ee346f2295835be6c738b
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2026-01-27T16:37:01+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/645c9ffdb6cee220bd5ee346f2295835be6c738b?branch=f45
Log:
presets: actually enable lvm-devices-import stuff
Fixup for b5f4921e479d8903f1bbaf67b105c7814853a9d5. Systemd does some
useless mapping(*) when a path is specified, so the intended units
(lvm-devices-import.path and .service) were not matched by this rule.
(*) usr-lib-systemd-system-lvm\x2ddevices\x2dimport.path.mount
and usr-lib-systemd-system-lvm\x2ddevices\x2dimport.service.mount
---
diff --git a/90-default.preset b/90-default.preset
index 0ef49c4..5a2dfc8 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -472,8 +472,8 @@ enable kernel-bootcfg-boot-successful.service
# Enable lvm-devices-import
# https://bugzilla.redhat.com/show_bug.cgi?id=2301651
-enable /usr/lib/systemd/system/lvm-devices-import.path
-enable /usr/lib/systemd/system/lvm-devices-import.service
+enable lvm-devices-import.path
+enable lvm-devices-import.service
# Enable fips-crypto-policy-overlay
# https://bugzilla.redhat.com/show_bug.cgi?id=2325499
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:36 [rpms/fedora-release] f45: presets: actually enable lvm-devices-import stuff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox