diff options
Diffstat (limited to 'source/a/mkinitrd/mkinitrd.8')
-rw-r--r-- | source/a/mkinitrd/mkinitrd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/a/mkinitrd/mkinitrd.8 b/source/a/mkinitrd/mkinitrd.8 index 1874d814..92bd18aa 100644 --- a/source/a/mkinitrd/mkinitrd.8 +++ b/source/a/mkinitrd/mkinitrd.8 @@ -136,7 +136,8 @@ can be a device node path, UUID, or LABEL. See examples for \fB\-C\fR below. The directory to use as the source for the initrd. (default: /boot/initrd-tree/) .TP .B \-u -Include udev in the initrd. +Include udev in the initrd (provided for backward compatibility, as udev is +always included in the initrd). .TP .B \-w The -w option specifies how long to wait in seconds before assuming that all the @@ -217,6 +218,9 @@ available on the system. This option adds RAID support to the initrd, if a static mdadm binary is available on the system. .TP +.B \-M +This option add the files in /etc/modprobe.d/ and /lib/modprobe.d/ to the initrd. +.TP .B \-V Display version information and exit. .SH EXAMPLES |