81f34604aa
- fixed dracut-initramfs-restore with microcode
22 lines
868 B
Diff
22 lines
868 B
Diff
From a9f4b9cdb015a06adc280dd51e5c3dda3e82f515 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 20 Mar 2014 13:42:08 +0100
|
|
Subject: [PATCH] systemd: add systemd-gpt-auto-generator
|
|
|
|
---
|
|
modules.d/98systemd/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
|
index c72aad4..e7bf73b 100755
|
|
--- a/modules.d/98systemd/module-setup.sh
|
|
+++ b/modules.d/98systemd/module-setup.sh
|
|
@@ -44,6 +44,7 @@ install() {
|
|
$systemdutildir/systemd-modules-load \
|
|
$systemdutildir/systemd-vconsole-setup \
|
|
$systemdutildir/system-generators/systemd-fstab-generator \
|
|
+ $systemdutildir/system-generators/systemd-gpt-auto-generator \
|
|
\
|
|
$systemdsystemunitdir/cryptsetup.target \
|
|
$systemdsystemunitdir/emergency.target \
|