diff options
author | Warren Togami <wtogami@redhat.com> | 2009-05-28 14:27:02 -0400 |
---|---|---|
committer | Warren Togami <wtogami@redhat.com> | 2009-05-28 14:27:02 -0400 |
commit | e19d6bf603dcc848e9e0e07935cc135984d01fa5 (patch) | |
tree | 5a5fe95a4c286eeed73b7acba9d8e20e5c540f53 /HACKING | |
parent | aa43d0b0df2b5f7e9d9990fe3d891d4789ede58f (diff) | |
download | dracut-e19d6bf603dcc848e9e0e07935cc135984d01fa5.tar.gz dracut-e19d6bf603dcc848e9e0e07935cc135984d01fa5.tar.bz2 dracut-e19d6bf603dcc848e9e0e07935cc135984d01fa5.zip |
Disambiguate modules and drivers. modules are dracutmodules. drivers are kernel modules.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,8 +13,10 @@ kernel version (it defaults to using the current). The appropriate modules will be copied over and things should be good to go. If you'd like to customize the list of modules copied in, edit /etc/dracut.conf and set - modules="foo bar baz" + dracutmodules="foo bar baz" +Note that dracut calls functional components in modules.d "modules" +while kernel modules are called "drivers". Requirements: * udev |