summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorWarren Togami <wtogami@redhat.com>2009-05-28 14:27:02 -0400
committerWarren Togami <wtogami@redhat.com>2009-05-28 14:27:02 -0400
commite19d6bf603dcc848e9e0e07935cc135984d01fa5 (patch)
tree5a5fe95a4c286eeed73b7acba9d8e20e5c540f53 /HACKING
parentaa43d0b0df2b5f7e9d9990fe3d891d4789ede58f (diff)
downloaddracut-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--HACKING4
1 files changed, 3 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 614aa506..26137678 100644
--- a/HACKING
+++ b/HACKING
@@ -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