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
20 lines
643 B
Diff
20 lines
643 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Thu, 9 Feb 2012 16:19:38 +0000
|
|
Subject: ensure DM and LVM are started before local-fs-pre-target
|
|
|
|
ensure md / lvm /dmraid is started before mounting partitions,
|
|
if fsck was disabled for them (bnc#733283).
|
|
---
|
|
units/local-fs-pre.target | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/units/local-fs-pre.target b/units/local-fs-pre.target
|
|
index 809f2ed..05fcbd4 100644
|
|
--- a/units/local-fs-pre.target
|
|
+++ b/units/local-fs-pre.target
|
|
@@ -9,3 +9,4 @@
|
|
Description=Local File Systems (Pre)
|
|
Documentation=man:systemd.special(7)
|
|
RefuseManualStart=yes
|
|
+After=md.service lvm.service dmraid.service
|