forked from pool/systemd
5c11ee24a0
- Create and own more systemd drop-in directories. - Improve mini packages for bootstrapping. - do not mount /tmp as tmpfs by default. - Fix install script when there is no inittab - Create a systemd-mini specfile to prevent cycle in bootstrapping OBS-URL: https://build.opensuse.org/request/show/139371 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=300
10 lines
347 B
Diff
10 lines
347 B
Diff
Index: systemd-189/units/local-fs-pre.target
|
|
===================================================================
|
|
--- systemd-189.orig/units/local-fs-pre.target
|
|
+++ systemd-189/units/local-fs-pre.target
|
|
@@ -8,3 +8,4 @@
|
|
[Unit]
|
|
Description=Local File Systems (Pre)
|
|
Documentation=man:systemd.special(7)
|
|
+After=md.service lvm.service dmraid.service
|