Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-11-22 | initrdscripts: Finish renaming for ordered module load. | Paul Sokolovsky | 1 | |
2007-11-22 | initrdscripts: Introduce boot order support for universal initramfs modules. | Paul Sokolovsky | 1 | |
2007-07-25 | initramfs-module-*: Create install dirs before putting stuff there. | Paul Sokolovsky | 1 | |
2007-07-20 | initramfs-uniboot: Rename from just initramfs. | Paul Sokolovsky | 1 | |
* Suggested by Koen Kooi. | ||||
2007-07-20 | initramfs: Add blockboot plugin and cleanup dependency handling. | Alex Osborne | 1 | |
2007-07-19 | initramfs-module-nfs: Make it actually mount NFS by using the same option as ↵ | Paul Sokolovsky | 1 | |
kernel does. | ||||
2007-07-19 | initramfs: New modular initramfs for booting kernel from various media. | Alex Osborne | 1 | |
* Design principles: * This initramfs just mounts roots and runs init on it, nothing else. * Whenever possible, existing kernel parameters are used. When extended boot methods are provided, new parameters mimick/adhere to existing conventions. * System is modular/pluggable - each mount method is in own module with more or less well defined interface, it's possible to construct complete system with any combination of modules. * Modules includes: initramfs-module-loop, initramfs-module-nfs, to boot from loop devices (including recursive loops) and NFS, correspondingly. |