summaryrefslogtreecommitdiff
path: root/packages/initrdscripts
AgeCommit message (Collapse)AuthorFiles
2007-12-25initramfs-module-nfs: Fix packaging, add delay after g_ether load.Paul Sokolovsky2
2007-12-25initramfs-module-bootmenu: RDEPEND on initramfs-module-nfs, we do support ↵Paul Sokolovsky1
NFS boot.
2007-12-25initramfs-module-bootmenu 1.0: Use best-practice (based on FHS) location for ↵Paul Sokolovsky2
NFS root.
2007-12-14devimage 0.1: Add DESCRIPTION.Paul Sokolovsky1
2007-12-13initramfs-module-bootmenu 1.0: RRECOMMENDS NLS modules required for vfat ↵Paul Sokolovsky1
mounting.
2007-11-24initramfs-uniboot & modules: These all are machine-independent scripts.Paul Sokolovsky6
2007-11-24initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to ↵Paul Sokolovsky2
buggy klibc's fstype.
2007-11-22initramfs-module-bootmenu: Interactive boot location selection for ↵Paul Sokolovsky2
initramfs-uniboot. * For now, supports booting from ext2/ext3 partitions and from ext2/ext3 loopback images placed on vfat partition.
2007-11-22initramfs-uniboot & modules: Bump PRs for latest changes.Paul Sokolovsky3
2007-11-22initramfs-module-loopboot: Allow to use absolute path for loop file location.Paul Sokolovsky1
2007-11-22initrdscripts: module-initfs: Be silent on loading non-existent module.Paul Sokolovsky1
* Use -q for modprobe, and as that apparently doesn't help bitbake's modprobe, redirect output to /dev/null.
2007-11-22initrdscripts: We obviously first do rootdelay, and only then create device ↵Paul Sokolovsky1
nodes.
2007-11-22initrdscripts: Finish renaming for ordered module load.Paul Sokolovsky3
2007-11-22initrdscripts: Separate fs kernel module loading to separate plugin.Paul Sokolovsky3
2007-11-22initrdscripts: Initial value for ROOT_DEV is null.Paul Sokolovsky1
2007-11-22initrdscripts: Introduce boot order support for universal initramfs modules.Paul Sokolovsky6
2007-09-11initramfs-jffs2 0.1: Bump mtdram size to 24.5Mb, helps h4000 image.Paul Sokolovsky2
2007-07-25initramfs-module-*: Create install dirs before putting stuff there.Paul Sokolovsky3
2007-07-20initramfs-uniboot: Rename from just initramfs.Paul Sokolovsky4
* Suggested by Koen Kooi.
2007-07-20initramfs: Add blockboot plugin and cleanup dependency handling.Alex Osborne5
2007-07-19initramfs-jffs2: Initramfs to boot from jffs2 ramdisk.Paul Sokolovsky3
* jffs2 ramdisk == mtdram device * jffs2 is included in initramfs * This is core of LiveRamdisk technology
2007-07-19initramfs-nfsboot: Remove, superseded by initramfs-module-nfs.Paul Sokolovsky1
2007-07-19initramfs-module-nfs: Make it actually mount NFS by using the same option as ↵Paul Sokolovsky2
kernel does.
2007-07-19initramfs: New modular initramfs for booting kernel from various media.Alex Osborne6
* 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 Sokolovsky2
* Untested.
2007-07-12devimage: Bump PR.Paul Sokolovsky1
2007-07-12devimage-image, devimage_0.1: Finally, an initrd for kernel testing (minimal ↵Paul Sokolovsky5
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-10initramfs-nfsboot 0.1: Sample initramfs script to boot from NFS.Paul Sokolovsky3
* Need too add parsing of kernel cmdline instead of hardcoded params.
2007-06-10initrdscripts: New package dir for initrd, initramfs, etc. recipes.Paul Sokolovsky1