summaryrefslogtreecommitdiff
path: root/README.modules
diff options
context:
space:
mode:
authorWarren Togami <wtogami@redhat.com>2009-05-29 18:38:49 -0400
committerWarren Togami <wtogami@redhat.com>2009-05-29 18:38:49 -0400
commit2d7d2fdbbbd8dbd3817a1c4f12a5b6fdae3690d0 (patch)
tree63ecd893b8448e40572a316787443b4e85ac50e9 /README.modules
parentadfe0146403d5e281a52b3b0c74ba7cbbb438a36 (diff)
downloaddracut-2d7d2fdbbbd8dbd3817a1c4f12a5b6fdae3690d0.tar.gz
dracut-2d7d2fdbbbd8dbd3817a1c4f12a5b6fdae3690d0.tar.bz2
dracut-2d7d2fdbbbd8dbd3817a1c4f12a5b6fdae3690d0.zip
Properly detect -H and --hostonly mode
Diffstat (limited to 'README.modules')
-rw-r--r--README.modules4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.modules b/README.modules
index d968f564..f522f03e 100644
--- a/README.modules
+++ b/README.modules
@@ -35,7 +35,7 @@ check: Dracut calls this program to check and see if a module can be installed
are present. It should exit with a 0 if they are, and a 1 if they are
not.
- When called with -h, it should perform the same check that it would
+ When called with -H, it should perform the same check that it would
without any options, and it should also check to see if the
functionality the module implements is being used on the host system.
For example, if this module handles installing support for LUKS
@@ -49,4 +49,4 @@ check: Dracut calls this program to check and see if a module can be installed
Any other files in the module will not be touched by dracut directly.
-You are encouraged to provide a README that descrobes what the module is for. \ No newline at end of file
+You are encouraged to provide a README that descrobes what the module is for.