From d726d811f126bf64e7807f0173d2ec1e9aafda6f Mon Sep 17 00:00:00 2001 From: Michael Ploujnikov Date: Wed, 3 Jun 2009 09:16:44 -0400 Subject: [PATCH] fix spelling use the modules.d directory name --- README | 2 +- README.modules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3