Blame 0002-systemd-add-systemd-gpt-auto-generator.patch
|
Harald Hoyer |
81f346 |
From a9f4b9cdb015a06adc280dd51e5c3dda3e82f515 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
81f346 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
81f346 |
Date: Thu, 20 Mar 2014 13:42:08 +0100
|
|
Harald Hoyer |
81f346 |
Subject: [PATCH] systemd: add systemd-gpt-auto-generator
|
|
Harald Hoyer |
81f346 |
|
|
Harald Hoyer |
81f346 |
---
|
|
Harald Hoyer |
81f346 |
modules.d/98systemd/module-setup.sh | 1 +
|
|
Harald Hoyer |
81f346 |
1 file changed, 1 insertion(+)
|
|
Harald Hoyer |
81f346 |
|
|
Harald Hoyer |
81f346 |
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
|
Zbigniew Jędrzejewski-Szmek |
7f4a44 |
index c72aad4eec..e7bf73b9c9 100755
|
|
Harald Hoyer |
81f346 |
--- a/modules.d/98systemd/module-setup.sh
|
|
Harald Hoyer |
81f346 |
+++ b/modules.d/98systemd/module-setup.sh
|
|
Harald Hoyer |
81f346 |
@@ -44,6 +44,7 @@ install() {
|
|
Harald Hoyer |
81f346 |
$systemdutildir/systemd-modules-load \
|
|
Harald Hoyer |
81f346 |
$systemdutildir/systemd-vconsole-setup \
|
|
Harald Hoyer |
81f346 |
$systemdutildir/system-generators/systemd-fstab-generator \
|
|
Harald Hoyer |
81f346 |
+ $systemdutildir/system-generators/systemd-gpt-auto-generator \
|
|
Harald Hoyer |
81f346 |
\
|
|
Harald Hoyer |
81f346 |
$systemdsystemunitdir/cryptsetup.target \
|
|
Harald Hoyer |
81f346 |
$systemdsystemunitdir/emergency.target \
|
|
Zbigniew Jędrzejewski-Szmek |
7f4a44 |
--
|
|
Zbigniew Jędrzejewski-Szmek |
7f4a44 |
1.9.3
|
|
Zbigniew Jędrzejewski-Szmek |
7f4a44 |
|