Blame 0009-manpage-addition-for-kernel-drivers.patch

Harald Hoyer 12f4d5
From 9b17b085f3dbe1e48dfea2ed1b045fbbbc10d3d9 Mon Sep 17 00:00:00 2001
Harald Hoyer 12f4d5
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 12f4d5
Date: Wed, 14 Apr 2010 17:58:56 +0200
Harald Hoyer 12f4d5
Subject: [PATCH 09/15] manpage addition for kernel drivers
Harald Hoyer 12f4d5
Harald Hoyer 12f4d5
The kernel modules have to be specified without the ".ko" suffix.
Harald Hoyer 12f4d5
---
Harald Hoyer 12f4d5
 dracut.8      |    2 ++
Harald Hoyer 12f4d5
 dracut.conf.5 |    2 ++
Harald Hoyer 12f4d5
 2 files changed, 4 insertions(+), 0 deletions(-)
Harald Hoyer 12f4d5
Harald Hoyer 12f4d5
diff --git a/dracut.8 b/dracut.8
Harald Hoyer 12f4d5
index 834c4f2..31a70fc 100644
Harald Hoyer 12f4d5
--- a/dracut.8
Harald Hoyer 12f4d5
+++ b/dracut.8
Harald Hoyer 12f4d5
@@ -30,9 +30,11 @@ add a space-separated list of dracut modules.
Harald Hoyer 12f4d5
 .BR \-d ", " \-\-drivers " \fILIST\fR"
Harald Hoyer 12f4d5
 specify a space-separated list of kernel modules to exclusively include
Harald Hoyer 12f4d5
 in the initramfs.
Harald Hoyer 12f4d5
+The kernel modules have to be specified without the ".ko" suffix.
Harald Hoyer 12f4d5
 .TP
Harald Hoyer 12f4d5
 .BR \-\-add-drivers " \fILIST\fR"
Harald Hoyer 12f4d5
 specify a space-separated list of kernel modules to add to the initramfs.
Harald Hoyer 12f4d5
+The kernel modules have to be specified without the ".ko" suffix.
Harald Hoyer 12f4d5
 .TP
Harald Hoyer 12f4d5
 .BR \-\-filesystems " \fILIST\fR"
Harald Hoyer 12f4d5
 specify a space-separated list of kernel filesystem modules to exclusively 
Harald Hoyer 12f4d5
diff --git a/dracut.conf.5 b/dracut.conf.5
Harald Hoyer 12f4d5
index 30bf16f..a781dfb 100644
Harald Hoyer 12f4d5
--- a/dracut.conf.5
Harald Hoyer 12f4d5
+++ b/dracut.conf.5
Harald Hoyer 12f4d5
@@ -26,10 +26,12 @@ Add a space-separated list of dracut modules.
Harald Hoyer 12f4d5
 .BR drivers= \%"[LIST]"
Harald Hoyer 12f4d5
 Specify a space-separated list of kernel modules to
Harald Hoyer 12f4d5
 exclusively include in the initramfs.
Harald Hoyer 12f4d5
+The kernel modules have to be specified without the ".ko" suffix.
Harald Hoyer 12f4d5
 .TP
Harald Hoyer 12f4d5
 .BR add_drivers= \%"[LIST]"
Harald Hoyer 12f4d5
 Specify a space-separated list of kernel 
Harald Hoyer 12f4d5
 modules to add to the initramfs.
Harald Hoyer 12f4d5
+The kernel modules have to be specified without the ".ko" suffix.
Harald Hoyer 12f4d5
 .TP
Harald Hoyer 12f4d5
 .BR filesystems= \%"[LIST]"
Harald Hoyer 12f4d5
 Specify a space-separated list of kernel filesystem
Harald Hoyer 12f4d5
-- 
Harald Hoyer 12f4d5
1.7.0.1
Harald Hoyer 12f4d5