Age | Commit message (Collapse) | Author | Files |
|
|
|
* Suggested by Koen Kooi.
|
|
|
|
* jffs2 ramdisk == mtdram device
* jffs2 is included in initramfs
* This is core of LiveRamdisk technology
|
|
|
|
kernel does.
|
|
* 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.
|
|
* Untested.
|
|
|
|
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
|
|
* Need too add parsing of kernel cmdline instead of hardcoded params.
|
|
|