]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - HACKING
modules.d: Add a module for handling additional depmod kernel module directories
[thirdparty/dracut.git] / HACKING
diff --git a/HACKING b/HACKING
index 97a80509ed434bc574c76d951d8f54bd5e3cd872..3c3a52da5ab3ff71f6d5f7d0c4f2c4b4e5b0b368 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -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: