Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | renamed module-info.sh to module-setup.sh | Harald Hoyer | 1 | -0/+0 | |
2011-02-02 | replaced check,install,installkernel with module-info.sh | Harald Hoyer | 3 | -13/+20 | |
2010-09-10 | reformat source code | Harald Hoyer | 2 | -0/+5 | |
removed tabs and set indention to 4 spaces added emacs and vi format headers | |||||
2010-08-23 | Trivial bashification of 00dash/install | Victor Lowther | 1 | -1/+1 | |
2009-05-26 | Prevent unnecessary installation of bash if bash. Same goes for dash. | Andreas Thienemann | 1 | -0/+3 | |
2009-03-24 | only install the dash symlink to /bin/sh, if dash is installed | Harald Hoyer | 1 | -2/+1 | |
2009-03-06 | Make dash module use new check functionality | Victor Lowther | 2 | -4/+4 | |
2009-03-04 | Create a self-contained structure for dracut modules | Victor Lowther | 1 | -0/+6 | |
All modules now live in a subdirectory /modules.d. Each module is self-contained -- it should contain everything that it will install on the initrd. All modules must include a script named install, which will be sourced by dracut. This script should do the actual file installation using inst methods. The moddir variable will point to the full path to the module dracut is currently working on. As usual, this patch series applies on top of my previous patch series, and is available as normalize-modules from http://git.fnordovax.org/dracut. |