From: Harald Hoyer Date: Wed, 14 Apr 2010 15:58:56 +0000 (+0200) Subject: manpage addition for kernel drivers X-Git-Tag: 006~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b17b085f3dbe1e48dfea2ed1b045fbbbc10d3d9;p=thirdparty%2Fdracut.git manpage addition for kernel drivers The kernel modules have to be specified without the ".ko" suffix. --- diff --git a/dracut.8 b/dracut.8 index 834c4f20c..31a70fc27 100644 --- a/dracut.8 +++ b/dracut.8 @@ -30,9 +30,11 @@ add a space-separated list of dracut modules. .BR \-d ", " \-\-drivers " \fILIST\fR" specify a space-separated list of kernel modules to exclusively include in the initramfs. +The kernel modules have to be specified without the ".ko" suffix. .TP .BR \-\-add-drivers " \fILIST\fR" specify a space-separated list of kernel modules to add to the initramfs. +The kernel modules have to be specified without the ".ko" suffix. .TP .BR \-\-filesystems " \fILIST\fR" specify a space-separated list of kernel filesystem modules to exclusively diff --git a/dracut.conf.5 b/dracut.conf.5 index 30bf16f1e..a781dfbeb 100644 --- a/dracut.conf.5 +++ b/dracut.conf.5 @@ -26,10 +26,12 @@ Add a space-separated list of dracut modules. .BR drivers= \%"[LIST]" Specify a space-separated list of kernel modules to exclusively include in the initramfs. +The kernel modules have to be specified without the ".ko" suffix. .TP .BR add_drivers= \%"[LIST]" Specify a space-separated list of kernel modules to add to the initramfs. +The kernel modules have to be specified without the ".ko" suffix. .TP .BR filesystems= \%"[LIST]" Specify a space-separated list of kernel filesystem