diff options
author | Harald Hoyer <harald@redhat.com> | 2009-09-09 17:02:37 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-09-09 17:02:37 +0200 |
commit | cb47caf786f68b2c2a239bb726cf84f38b9b50b4 (patch) | |
tree | 6b9636b0058b2db5b86cd5cde04d13bdaf60e9fc /dracut.8 | |
parent | d9f063387872dc05b222fdd4303c0751c3a72c56 (diff) | |
download | dracut-cb47caf786f68b2c2a239bb726cf84f38b9b50b4.tar.gz dracut-cb47caf786f68b2c2a239bb726cf84f38b9b50b4.tar.bz2 dracut-cb47caf786f68b2c2a239bb726cf84f38b9b50b4.zip |
add parameter to specify additional kernel modules to include
--add-drivers for dracut
add_drivers for dracut.conf
Diffstat (limited to 'dracut.8')
-rw-r--r-- | dracut.8 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -28,7 +28,9 @@ omit a space-separated list of dracut modules. add a space-separated list of dracut modules. .TP .BR \-d ", " \-\-drivers " \fILIST\fR" -specify a space-separated list of kernel modules to include in the initramfs. +specify a space-separated list of kernel modules to exclusively include in the initramfs. +.BR \-\-add-drivers " \fILIST\fR" +specify a space-separated list of kernel modules to add to the initramfs. .TP .BR \-k ", " \-\-kmoddir " \fI{DIR}\fR specify the directory, where to look for kernel modules |