summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/files
AgeCommit message (Collapse)AuthorFiles
2007-07-20initramfs: Add blockboot plugin and cleanup dependency handling.Alex Osborne1
2007-07-19initramfs-module-nfs: Make it actually mount NFS by using the same option as ↵Paul Sokolovsky1
kernel does.
2007-07-19initramfs: New modular initramfs for booting kernel from various media.Alex Osborne3
* 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-17initramfs-nfsboot: Add parsing of kernel commandline params, bump version to 0.2Paul Sokolovsky1
* Untested.
2007-06-10initramfs-nfsboot 0.1: Sample initramfs script to boot from NFS.Paul Sokolovsky2
* Need too add parsing of kernel cmdline instead of hardcoded params.