OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=139
25 lines
735 B
Diff
25 lines
735 B
Diff
From 1a4ff58c7451a88206bc119d19eb88f04936569e Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Wed, 22 Jun 2016 18:11:28 +0200
|
|
Subject: [PATCH 1/3] systemd: add missing -.slice unit
|
|
|
|
---
|
|
modules.d/00systemd/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
|
|
index d3133b23..86728208 100755
|
|
--- a/modules.d/00systemd/module-setup.sh
|
|
+++ b/modules.d/00systemd/module-setup.sh
|
|
@@ -122,6 +122,7 @@ install() {
|
|
\
|
|
$systemdsystemunitdir/slices.target \
|
|
$systemdsystemunitdir/system.slice \
|
|
+ $systemdsystemunitdir/-.slice \
|
|
\
|
|
$tmpfilesdir/systemd.conf \
|
|
\
|
|
--
|
|
2.12.3
|
|
|