fix spelling use the modules.d directory name
authorMichael Ploujnikov <plouj@somanetworks.com>
Wed, 3 Jun 2009 13:16:44 +0000 (09:16 -0400)
committerHarald Hoyer <harald@redhat.com>
Thu, 23 Jul 2009 13:21:18 +0000 (15:21 +0200)
README
README.modules

diff --git a/README b/README
index cb03264..0497a65 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ as hooks are guaranteed to be the path to slow-down.
 
 Most of the initrd generation functionality in dracut is provided by a bunch
 of generator modules that are sourced by the main dracut script to install
-specific functionality into the initrd.  They live in the modules subdirectory,
+specific functionality into the initrd.  They live in the modules.d subdirectory,
 and use functionality provided by dracut-functions to do their work.
 Some general rules for writing modules:
  * Use one of the inst family of functions to actually install files
index ae1c1b1..74bc74f 100644 (file)
@@ -16,7 +16,7 @@ dracut_install_dir/modules.d/
           it easy for an earlier module to override the functionality of a 
           later module, so that you can have a distro or system specific
           module override or modify the functionality of a generic module
-          without having to patch the mode generic module.
+          without having to patch the more generic module.
 
 install: dracut sources this script to install the functionality that a 
         module implements onto the initrd.  For the most part, this amounts