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 /HACKING | |
parent | e2cdb570ae659716ef4bc34e024391de41a978d7 (diff) | |
download | dracut-3b403b32fc6ed2621c7a84b3ce16afa199fd43b0.tar.gz dracut-3b403b32fc6ed2621c7a84b3ce16afa199fd43b0.tar.bz2 dracut-3b403b32fc6ed2621c7a84b3ce16afa199fd43b0.zip |
removed trailing whitespaces
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ Right now, most of the testing is done using a qemu/kvm guest and generating the initramfs on another box but the support is all present to build for the "running" machine. For the former, you can boot the guest -using qemu's -kernel and -initrd options. +using qemu's -kernel and -initrd options. dracut exists and will build an image. It is command-line equivalent to most mkinitrd implementations and should be pretty straight-forward -to use. +to use. To use, just run dracut with an output file name and, optionally, a kernel version (it defaults to using the current). The appropriate @@ -14,7 +14,7 @@ like to customize the list of modules copied in, edit /etc/dracut.conf and set dracutmodules="foo bar baz" -Note that dracut calls functional components in modules.d "modules" +Note that dracut calls functional components in modules.d "modules" while kernel modules are called "drivers". Requirements: |