diff options
author | Harald Hoyer <harald@redhat.com> | 2010-04-14 17:58:56 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-04-14 17:58:56 +0200 |
commit | 9b17b085f3dbe1e48dfea2ed1b045fbbbc10d3d9 (patch) | |
tree | 87dd46417103a20829b5672ab7f040c25b328b84 /dracut.8 | |
parent | d2931339823a1ea3a8ea9d13a274720b7057aa83 (diff) | |
download | dracut-9b17b085f3dbe1e48dfea2ed1b045fbbbc10d3d9.tar.gz dracut-9b17b085f3dbe1e48dfea2ed1b045fbbbc10d3d9.tar.bz2 dracut-9b17b085f3dbe1e48dfea2ed1b045fbbbc10d3d9.zip |
manpage addition for kernel drivers
The kernel modules have to be specified without the ".ko" suffix.
Diffstat (limited to 'dracut.8')
-rw-r--r-- | dracut.8 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |