diff options
author | Harald Hoyer <harald@redhat.com> | 2011-05-10 11:39:10 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-05-10 11:56:09 +0200 |
commit | 3b403b32fc6ed2621c7a84b3ce16afa199fd43b0 (patch) | |
tree | f0c75854f201deb8289c7471764702573498d9be /README | |
parent | e2cdb570ae659716ef4bc34e024391de41a978d7 (diff) | |
download | dracut-3b403b32fc6ed2621c7a84b3ce16afa199fd43b0.tar.gz dracut-3b403b32fc6ed2621c7a84b3ce16afa199fd43b0.tar.bz2 dracut-3b403b32fc6ed2621c7a84b3ce16afa199fd43b0.zip |
removed trailing whitespaces
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,8 +2,8 @@ Dracut ------ Dracut is a new initramfs infrastructure. -Information about the initial goals and aims can be found at -https://fedoraproject.org/wiki/Initrdrewrite +Information about the initial goals and aims can be found at +https://fedoraproject.org/wiki/Initrdrewrite Unlike existing initramfs's, this is an attempt at having as little as possible hard-coded into the initramfs as possible. The initramfs has @@ -21,8 +21,8 @@ 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 +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: @@ -44,7 +44,7 @@ Some general rules for writing modules: * We have some breakpoints for debugging your hooks. If you pass 'rdbreak' as a kernel parameter, the initramfs will drop to a shell just before switching to a new root. You can pass 'rdbreak=hookpoint', and the initramfs - will break just before hooks in that hookpoint run. + will break just before hooks in that hookpoint run. Also, there is an attempt to keep things as distribution-agnostic as possible. Every distribution has their own tool here and it's not @@ -56,7 +56,7 @@ Currently dracut lives on sourceforge. Project Page: https://sourceforge.net/projects/dracut/ -Drop Harald Hoyer <harald@redhat.com> a mail, if you want to help with +Drop Harald Hoyer <harald@redhat.com> a mail, if you want to help with the documentation, git access, etc. Git Repository: @@ -64,7 +64,7 @@ http://dracut.git.sourceforge.net/ git://dracut.git.sourceforge.net/gitroot/dracut/dracut Trac Instance: -http://apps.sourceforge.net/trac/dracut/ +http://apps.sourceforge.net/trac/dracut/ The git tree can be found at git://dracut.git.sourceforge.net/gitroot/dracut/dracut for now. See the TODO @@ -72,7 +72,7 @@ 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 a typical vger list, send mail to majordomo@vger.kernel.org with body -of 'subscribe initramfs email@host.com' +of 'subscribe initramfs email@host.com' Licensed under the GPLv2 |