summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-08-20 14:14:21 -0500
committerVictor Lowther <victor.lowther@gmail.com>2009-08-20 14:14:21 -0500
commit8d04a1287d199bdba0f52eb4c4ee007b73fd7f1b (patch)
treeea5b024659c53bddafc38353f9ac61fe9bca2e68 /README
parent16df64ef1f5e3fa1e4feb9165d298f0977d6bd41 (diff)
downloaddracut-8d04a1287d199bdba0f52eb4c4ee007b73fd7f1b.tar.gz
dracut-8d04a1287d199bdba0f52eb4c4ee007b73fd7f1b.tar.bz2
dracut-8d04a1287d199bdba0f52eb4c4ee007b73fd7f1b.zip
Some updates to the README files
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 0497a659..ab7cba96 100644
--- a/README
+++ b/README
@@ -21,8 +21,10 @@ 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.d subdirectory,
-and use functionality provided by dracut-functions to do their work.
+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
on to the initrd. They handle mangling the pathnames and (for binaries,
@@ -59,13 +61,13 @@ the documentation, git access, etc.
Git Repository:
http://dracut.git.sourceforge.net/
-git://dracut.git.sourceforge.net/gitroot/dracut
+git://dracut.git.sourceforge.net/gitroot/dracut/dracut
Trac Instance:
http://apps.sourceforge.net/trac/dracut/
The git tree can be found at
-git://dracut.git.sourceforge.net/gitroot/dracut for now. See the TODO
+git://dracut.git.sourceforge.net/gitroot/dracut/dracut for now. See the TODO
file for things which still need to be done and HACKING for some
instructions on how to get started. There is also a mailing list that
is being used for the discussion -- initramfs@vger.kernel.org. It is