Get rid of some RedHat specific modules and udev rules
[platform/upstream/dracut.git] / dracut
2009-03-04 Victor LowtherAdd documentation on how to write a dracut module.
2009-03-04 Victor LowtherModify Makefile to understand the new module structure.
2009-03-04 Victor LowtherCreate a self-contained structure for dracut modules
2009-02-23 Victor LowtherHooks and modules have a .sh extension
2009-02-16 Victor Lowther[PATCH 48/50] Shift some functionality around, make...
2009-02-16 Victor Lowther[PATCH 47/50] Split out the various things we load...
2009-02-16 Victor Lowther[PATCH 44/50] Get rid of echoer script
2009-02-16 Victor Lowther[PATCH 42/50] Add very basic module functionality to...
2009-02-16 Victor Lowther[PATCH 41/50] dracut will now search for files in the...
2009-02-16 Victor Lowther[PATCH 40/50] Rearranged dracut script to make it easie...
2009-02-16 Victor Lowther[PATCH 39/50] Prefer /bin/dash as /bin/sh on the initrd...
2009-02-16 Victor Lowther[PATCH 36/50] Move cat into the list of required execut...
2009-02-16 Victor Lowther[PATCH 35/50] POSIX-ize all the shell scripts that...
2009-02-16 Victor Lowther[PATCH 34/50] Use inst to install hooks.
2009-02-16 Victor Lowther[PATCH 33/50] We now have a simple hook structure and...
2009-02-16 Victor Lowther[PATCH 30/50] We no longer need plymouth.
2009-02-16 Victor Lowther[PATCH 29/50] Add echoer script
2009-02-16 Victor Lowther[PATCH 28/50] Remove dependency on plymouth for getroot...
2009-02-16 Victor Lowther[PATCH 27/50] Don't leave cruft behind in /tmp
2009-02-16 Victor Lowther[PATCH 26/50] Make init less noisy and load fs modules...
2009-02-16 Victor Lowther[PATCH 25/50] Add dmesg to the list of debugging tools
2009-02-16 Victor Lowther[PATCH 24/50] Replace inst function with a family of...
2009-02-16 Victor Lowther[PATCH 23/50] Rip out old recursive module loading...
2009-02-16 Victor Lowther[PATCH 18/50] outfile processing can fit all on one...
2009-02-16 Victor Lowther[PATCH 17/50] Tighten up the font installation case...
2009-02-16 Victor Lowther[PATCH 16/50] $MNTIMAGE? I thought the install dir...
2009-02-16 Victor Lowther[PATCH 15/50] Tighten up the keymap installation case...
2009-02-16 Victor Lowther[PATCH 14/50] Tighten up conditional checking a bit...
2009-02-16 Victor Lowther[PATCH 13/50] Missed an instance of $initdir not being...
2009-02-16 Victor Lowther[PATCH 12/50] Get rid of some redundancy when sourcing...
2009-02-16 Victor Lowther[PATCH 11/50] Quote variable expansion where needed.
2009-02-16 Victor Lowther[PATCH 10/50] Clean up initialization in dracut.
2009-02-16 Victor Lowther[PATCH 09/50] Compact option processing.
2009-02-16 Victor Lowther[PATCH 08/50] Don't load commands into the initrd that...
2009-01-05 Jeremy KatzNow that module dependencies work, we don't have to...
2009-01-05 Jeremy KatzAdd first pass of keyboard/console font setup
2009-01-05 Jeremy KatzFix typo with local mode installing switch_root
2009-01-05 Jeremy KatzBasic support for loading SELinux from the initramfs
2008-12-19 Jeremy KatzHandle rules.d being from the installed location
2008-12-19 Jeremy KatzFedora calls --allow-missing as an arg to mkinitrd...
2008-12-18 Jeremy KatzFix shebang at the top of the file
2008-12-18 Jeremy KatzMake using the version from the current directory explicit
2008-12-18 Jeremy KatzHandle locations where we'll be installing files
2008-12-17 Jeremy KatzMake the generator start to be functional on a "real...
2008-12-17 Jeremy Katzrstrode built a new plymouth with the changes, so we...
2008-12-17 Jeremy KatzMove generator to be called 'dracut'