From: Michael Ploujnikov Date: Wed, 3 Jun 2009 13:16:44 +0000 (-0400) Subject: fix spelling use the modules.d directory name X-Git-Tag: 0.7~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d726d811f126bf64e7807f0173d2ec1e9aafda6f;p=thirdparty%2Fdracut.git fix spelling use the modules.d directory name --- diff --git a/README b/README index cb0326445..0497a659e 100644 --- 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 diff --git a/README.modules b/README.modules index ae1c1b1cf..74bc74f01 100644 --- a/README.modules +++ b/README.modules @@ -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