52ce144d06
- update to recent git
22 lines
599 B
Diff
22 lines
599 B
Diff
From fba5fbbdad0f59ce06fde71441832952cdefe546 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Sat, 9 Mar 2013 15:32:32 +0100
|
|
Subject: [PATCH] dracut.spec: add rescue module
|
|
|
|
---
|
|
dracut.spec | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/dracut.spec b/dracut.spec
|
|
index 6906d68..14ce0d0 100644
|
|
--- a/dracut.spec
|
|
+++ b/dracut.spec
|
|
@@ -282,6 +282,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%else
|
|
%{dracutlibdir}/modules.d/00bootchart
|
|
%endif
|
|
+%{dracutlibdir}/modules.d/03rescue
|
|
%{dracutlibdir}/modules.d/04watchdog
|
|
%{dracutlibdir}/modules.d/05busybox
|
|
%{dracutlibdir}/modules.d/10i18n
|