Point README at README.modules for more detail on writing modules
authorVictor Lowther <victor.lowther@gmail.com>
Sat, 23 May 2009 02:24:33 +0000 (19:24 -0700)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 10:03:39 +0000 (12:03 +0200)
README

diff --git a/README b/README
index 7f6af6f..c8a648d 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,8 @@ Some general rules for writing modules:
  * Generator modules should have a two digit numeric prefix -- they run in
    ascending sort order. Anything in the 90-99 range is stuff that dracut
    relies on, so try not to break those hooks.
- * Generator modules and hooks must have a .sh extension.
+ * Hooks must have a .sh extension.
+ * Generator modules are described in more detail in README.modules.
  * We have some breakpoints for debugging your hooks.  If you pass 'break'
    as a kernel parameter, the initramfs will drop to a shell just before
    switching to a new root. You can pass 'break=hookpoint', and the initramfs