]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 cb032644584c1752a1745b186695c123486159a0..0497a659e323607bd14d1f6a2067e571db3e5bc0 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 ae1c1b1cfa765f0edf4fb7a962eb1fc6d5e1c6c2..74bc74f01161970b0453577421b90a89d77906a7 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