Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-09-11 | initramfs-jffs2 0.1: Bump mtdram size to 24.5Mb, helps h4000 image. | Paul Sokolovsky | 2 | |
2007-07-25 | initramfs-module-*: Create install dirs before putting stuff there. | Paul Sokolovsky | 3 | |
2007-07-20 | initramfs-uniboot: Rename from just initramfs. | Paul Sokolovsky | 4 | |
* Suggested by Koen Kooi. | ||||
2007-07-20 | initramfs: Add blockboot plugin and cleanup dependency handling. | Alex Osborne | 5 | |
2007-07-19 | initramfs-jffs2: Initramfs to boot from jffs2 ramdisk. | Paul Sokolovsky | 3 | |
* jffs2 ramdisk == mtdram device * jffs2 is included in initramfs * This is core of LiveRamdisk technology | ||||
2007-07-19 | initramfs-nfsboot: Remove, superseded by initramfs-module-nfs. | Paul Sokolovsky | 1 | |
2007-07-19 | initramfs-module-nfs: Make it actually mount NFS by using the same option as ↵ | Paul Sokolovsky | 2 | |
kernel does. | ||||
2007-07-19 | initramfs: New modular initramfs for booting kernel from various media. | Alex Osborne | 6 | |
* 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. | ||||
2007-07-17 | initramfs-nfsboot: Add parsing of kernel commandline params, bump version to 0.2 | Paul Sokolovsky | 2 | |
* Untested. | ||||
2007-07-12 | devimage: Bump PR. | Paul Sokolovsky | 1 | |
2007-07-12 | devimage-image, devimage_0.1: Finally, an initrd for kernel testing (minimal ↵ | Paul Sokolovsky | 5 | |
userspace involvment). * Details: # Image for kernel debugging and development testing # Contains minimal userspace shim (no udev, etc.), but all useful # "kernel userspace" utilities (feel free to add missing). # Allows to login via serial and real console or SSH | ||||
2007-06-10 | initramfs-nfsboot 0.1: Sample initramfs script to boot from NFS. | Paul Sokolovsky | 3 | |
* Need too add parsing of kernel cmdline instead of hardcoded params. | ||||
2007-06-10 | initrdscripts: New package dir for initrd, initramfs, etc. recipes. | Paul Sokolovsky | 1 | |