aboutsummaryrefslogtreecommitdiffstats
path: root/packages/initrdscripts
AgeCommit message (Collapse)Author
2008-03-14applied changes from a3b18a00a09e716f4b3d5bfced86fea0439953a0Paul Sokolovsky
through 825754db28a782e72d84614900aff9f88d9f6349 liveramdisk-image, initramfs-jffs2: Be sure to depend on/load mtdblock. (PaulS, Koen)
2008-02-21Merge from .dev:Paul Sokolovsky
6453c1938bbcd0ab830b8bc186e501a3ec4ebb10 initramfs-module-bootmenu, initramfs-module-kexecboot: Fixes for kexecing. (PaulS, Koen) 766dada8a567205427a8c1eefb0fbe5923190602 initramfs-uniboot: Modprobe mtdblock and factor out fatal(). (PaulS, Koen) 461df56d5cc4fa62e620c9efe56f3253258ee0f5 initramfs-module-block: Accept additional FSTYPE param, handle mount failure. (PaulS, Koen) f6ab5be390e4400fb993f0e449049b62daece68e initramfs-module-bootmenu: Add support for jffs2 booting and "drop to shell" option. (PaulS, Koen) bfa62d5baf96a6142cf2f6eb0833399d79630633 initramfs-uniboot: FSTYPE -> ROOT_FSTYPE, set from rootfstype= command line param. (PaulS, Koen)
2008-02-21applied changes from 5a8c2a2330d46aac768d52f881486817fce472bbPaul Sokolovsky
through e8991301f05699cb60606be403c8f4897f904025 initramfs-module-kexecboot: Initramfs module to kexec to kernel in rootfs. (PaulS, Koen)
2008-02-21applied changes from cbea743aa6a8217f9ac26291c4cc58b2716d5000Paul Sokolovsky
through 72649b856ad1fa4e391eeee4bff017f81ce286e5 initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes. (PaulS, Koen)
2008-02-21applied changes from 5b39dd5751765304c0257f1ce36b2fb246b5cbaaPaul Sokolovsky
through de1d4506659e4a712c794b322f19ea295057d8c0 initramfs-module-check-modules: An initramfs module to check modules consistency. (PaulS, Koen)
2007-12-25initramfs-module-nfs: Fix packaging, add delay after g_ether load.Paul Sokolovsky
2007-12-25initramfs-module-bootmenu: RDEPEND on initramfs-module-nfs, we do support ↵Paul Sokolovsky
NFS boot.
2007-12-25initramfs-module-bootmenu 1.0: Use best-practice (based on FHS) location for ↵Paul Sokolovsky
NFS root.
2007-12-14devimage 0.1: Add DESCRIPTION.Paul Sokolovsky
2007-12-13initramfs-module-bootmenu 1.0: RRECOMMENDS NLS modules required for vfat ↵Paul Sokolovsky
mounting.
2007-11-24initramfs-uniboot & modules: These all are machine-independent scripts.Paul Sokolovsky
2007-11-24initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to ↵Paul Sokolovsky
buggy klibc's fstype.
2007-11-22initramfs-module-bootmenu: Interactive boot location selection for ↵Paul Sokolovsky
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 Sokolovsky
2007-11-22initramfs-module-loopboot: Allow to use absolute path for loop file location.Paul Sokolovsky
2007-11-22initrdscripts: module-initfs: Be silent on loading non-existent module.Paul Sokolovsky
* 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 Sokolovsky
nodes.
2007-11-22initrdscripts: Finish renaming for ordered module load.Paul Sokolovsky
2007-11-22initrdscripts: Separate fs kernel module loading to separate plugin.Paul Sokolovsky
2007-11-22initrdscripts: Initial value for ROOT_DEV is null.Paul Sokolovsky
2007-11-22initrdscripts: Introduce boot order support for universal initramfs modules.Paul Sokolovsky
2007-09-11initramfs-jffs2 0.1: Bump mtdram size to 24.5Mb, helps h4000 image.Paul Sokolovsky
2007-07-25initramfs-module-*: Create install dirs before putting stuff there.Paul Sokolovsky
2007-07-20initramfs-uniboot: Rename from just initramfs.Paul Sokolovsky
* Suggested by Koen Kooi.
2007-07-20initramfs: Add blockboot plugin and cleanup dependency handling.Alex Osborne
2007-07-19initramfs-jffs2: Initramfs to boot from jffs2 ramdisk.Paul Sokolovsky
* 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 Sokolovsky
2007-07-19initramfs-module-nfs: Make it actually mount NFS by using the same option as ↵Paul Sokolovsky
kernel does.
2007-07-19initramfs: New modular initramfs for booting kernel from various media.Alex Osborne
* 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 Sokolovsky
* Untested.
2007-07-12devimage: Bump PR.Paul Sokolovsky
2007-07-12devimage-image, devimage_0.1: Finally, an initrd for kernel testing (minimal ↵Paul Sokolovsky
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 Sokolovsky
* Need too add parsing of kernel cmdline instead of hardcoded params.
2007-06-10initrdscripts: New package dir for initrd, initramfs, etc. recipes.Paul Sokolovsky