29 lines
961 B
Diff
29 lines
961 B
Diff
From d1861df7552e2679ab48e5573ac23f4f1553f0e2 Mon Sep 17 00:00:00 2001
|
|
From: Beniamino Galvani <bgalvani@redhat.com>
|
|
Date: Sun, 20 Sep 2020 09:44:08 +0200
|
|
Subject: [PATCH] dracut.spec: include the 04watchdog-modules module
|
|
|
|
Include the 04watchdog-modules module that was added in 39d90012a652
|
|
("04watchdog: split the watchdog module install").
|
|
|
|
(cherry picked from commit f3e328a7fd30c7109a3af188e84e621770bb6b85)
|
|
|
|
Resolves: #1890039
|
|
---
|
|
dracut.spec | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/dracut.spec b/dracut.spec
|
|
index 3db5c0cf..b371118e 100644
|
|
--- a/dracut.spec
|
|
+++ b/dracut.spec
|
|
@@ -346,6 +346,7 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne
|
|
%{dracutlibdir}/modules.d/03modsign
|
|
%{dracutlibdir}/modules.d/03rescue
|
|
%{dracutlibdir}/modules.d/04watchdog
|
|
+%{dracutlibdir}/modules.d/04watchdog-modules
|
|
%{dracutlibdir}/modules.d/05busybox
|
|
%{dracutlibdir}/modules.d/06rngd
|
|
%{dracutlibdir}/modules.d/10i18n
|
|
|