2013-04-13 13:09:53 +02:00
|
|
|
From: Frederic Crozat <fcrozat@suse.com>
|
|
|
|
Date: Thu, 9 Feb 2012 16:19:38 +0000
|
2013-09-08 11:05:47 +02:00
|
|
|
Subject: ensure DM and dmraid are started before local-fs-pre-target
|
2013-04-13 13:09:53 +02:00
|
|
|
|
2013-09-08 11:05:47 +02:00
|
|
|
ensure md / dmraid is started before mounting partitions,
|
2013-04-13 13:09:53 +02:00
|
|
|
if fsck was disabled for them (bnc#733283).
|
|
|
|
---
|
|
|
|
units/local-fs-pre.target | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2013-09-13 09:25:15 +02:00
|
|
|
--- systemd-206_git201308300826.orig/units/local-fs-pre.target
|
|
|
|
+++ systemd-206_git201308300826/units/local-fs-pre.target
|
2013-04-13 13:09:53 +02:00
|
|
|
@@ -9,3 +9,4 @@
|
|
|
|
Description=Local File Systems (Pre)
|
|
|
|
Documentation=man:systemd.special(7)
|
|
|
|
RefuseManualStart=yes
|
2013-09-08 11:05:47 +02:00
|
|
|
+After=md.service dmraid.service
|