manpage addition for kernel drivers
The kernel modules have to be specified without the ".ko" suffix.master
parent
d293133982
commit
9b17b085f3
2
dracut.8
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue