Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-07 | dracut-functions.sh: inst_multiple == dracut_install | Harald Hoyer | 1 | -1/+1 | |
2012-06-29 | modules.d/*/module-setup.sh: combine and specify type for installs | Harald Hoyer | 1 | -3/+3 | |
To speedup image creation, combine dracut_install calls and specify the exact type. E.g. inst_script instead of the generic inst. | |||||
2011-05-10 | removed trailing whitespaces | Harald Hoyer | 1 | -1/+1 | |
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-11-10 | rootfs-block/install: install e2fsck for slackware | Harald Hoyer | 1 | -1/+1 | |
2010-09-10 | reformat source code | Harald Hoyer | 2 | -0/+4 | |
removed tabs and set indention to 4 spaces added emacs and vi format headers | |||||
2010-08-02 | debug: add fsck to debug module | Harald Hoyer | 1 | -0/+2 | |
2010-02-04 | add preliminary IPv6 support | Harald Hoyer | 1 | -1/+1 | |
2009-09-07 | add scp to debug module | Harald Hoyer | 1 | -1/+1 | |
2009-09-07 | mdraid_start.sh: fixed raid activation | Harald Hoyer | 1 | -1/+1 | |
2009-07-23 | 95debug: optionally install the debug tools | Marc Grimme | 1 | -2/+2 | |
2009-07-13 | install "ln" per default | Harald Hoyer | 1 | -1/+1 | |
2009-07-03 | Defer mount to the real mount loop | Harald Hoyer | 1 | -1/+1 | |
Udev rules set a /dev/root symlink to the real root and add a mount script to /mount/. This enables the proper use of pre-mount scripts and prevents mount being killed by a udev timeout. | |||||
2009-07-02 | do not add debug module by default | Harald Hoyer | 1 | -0/+4 | |
2009-06-08 | add more tools to the debug module | Harald Hoyer | 1 | -1/+2 | |
2009-05-18 | add "rm" to debug module | Harald Hoyer | 1 | -1/+1 | |
2009-03-04 | Create a self-contained structure for dracut modules | Victor Lowther | 1 | -0/+2 | |
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. |