summaryrefslogtreecommitdiff
path: root/modules.d/00dash
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02renamed module-info.sh to module-setup.shHarald Hoyer1-0/+0
2011-02-02replaced check,install,installkernel with module-info.shHarald Hoyer3-13/+20
2010-09-10reformat source codeHarald Hoyer2-0/+5
removed tabs and set indention to 4 spaces added emacs and vi format headers
2010-08-23Trivial bashification of 00dash/installVictor Lowther1-1/+1
2009-05-26Prevent unnecessary installation of bash if bash. Same goes for dash.Andreas Thienemann1-0/+3
2009-03-24only install the dash symlink to /bin/sh, if dash is installedHarald Hoyer1-2/+1
2009-03-06Make dash module use new check functionalityVictor Lowther2-4/+4
2009-03-04Create a self-contained structure for dracut modulesVictor Lowther1-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.