dracut.modules.7.asc: fix reference to insmodpost module

The module 96insmodpost was renamed to 90kernel-modules since commit
5078c98a (move insmodpost and blacklisting to 90kernel-modules)
master
Gaël PORTAY 2019-09-24 23:00:35 -04:00 committed by Daniel Molkentin
parent e902207014
commit 30ea52f88c
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ FIXME

== Writing a Module

A simple example module is _96insmodpost_, which modprobes a kernel module after
udev has settled and the basic device drivers have been loaded.
A simple example module is _90kernel-modules_, which modprobes a kernel module
after udev has settled and the basic device drivers have been loaded.

All module installation information is in the file module-setup.sh.