a699b1ca34
- Do not provide %{release} for systemd-analyze - Add more conflicts to -mini packages - Disable Predictable Network interface names until it has been reviewed by network team, with /usr/lib/tmpfiles.d/network.conf. - Don't package /usr/lib/firmware/update (not used) (forwarded request 172848 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/172873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=135
22 lines
731 B
Diff
22 lines
731 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Mon, 8 Apr 2013 14:51:47 +0200
|
|
Subject: ensure systemd-udevd is started before local-fs-pre for loopback
|
|
mount
|
|
|
|
ensure udevd is started (and therefore static devices are created)
|
|
before mounting (bnc#809820).
|
|
---
|
|
units/local-fs-pre.target | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/units/local-fs-pre.target b/units/local-fs-pre.target
|
|
index 05fcbd4..7f13907 100644
|
|
--- a/units/local-fs-pre.target
|
|
+++ b/units/local-fs-pre.target
|
|
@@ -9,4 +9,4 @@
|
|
Description=Local File Systems (Pre)
|
|
Documentation=man:systemd.special(7)
|
|
RefuseManualStart=yes
|
|
-After=md.service lvm.service dmraid.service
|
|
+After=md.service lvm.service dmraid.service systemd-udevd.service
|