summaryrefslogtreecommitdiff
path: root/packages/initrdscripts
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther11
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe4
2008-08-03files: add some stuff to device_table_add-mmc.txt and rename it toThomas Kunze1
devices-table-collie.txt. conf/collie: use device-table-collie.txt packages/kexecboot:*create a new directory for everything kexecboot related *move initramfs-kexec-image and initramfs-kexec to this dir and rename them to *kexecboot *move linux-kexecboot to this dir *add forgotten patches for linux-kexecboot
2008-07-25initramfs-kexe: load zImage from the /boot directoryThomas Kunze1
2008-07-25initramfs-kexec: load zImage from mmc cardThomas Kunze1
2008-07-25disapproval of revision 'bdbc9f1de56a38029ef1396ead1cd220bf2c07b2'Thomas Kunze1
2008-07-25initramfs-kexec: search for zImage on mmc cardThomas Kunze1
2008-03-22initramfs-uniboot-1.0: only source existing files in load_modulesPhilipp Zabel2
* this avoids "/init: source: 64: Can't open /initrd.d/0*" for initramfs images built without the bootldr-buster module.
2008-03-09initramfs-uniboot: Set default rootdelay globally, instead of ↵Paul Sokolovsky4
initramfs-module-bootmenu. * That's because otherwise it's half-solution - after kexec, there won't be delay, and rootfs won't be detected. * Again, people who don't need and don't want delay, should pass rootdelay=0.
2008-03-09initramfs-*: Use $CONSOLE for input/output.Paul Sokolovsky6
2008-03-09initramfs-module-bootldr-buster: Use sane console setup.Paul Sokolovsky2
2008-03-08initramfs-uniboot: Add new global var - CONSOLE - and start to use it as ↵Paul Sokolovsky2
output device. * This is to workaround bogus console= passed in by bootldr.
2008-03-08initramfs-module-bootldr-buster: Add initial code to workaround bogus system ↵Paul Sokolovsky2
console issue. * The main trouble is the bogus console=ttySA0 passed by bootldr It appears that kernel doesn't have protection against only invalid consoles being passed on the command line, which means that the kernel is deaf and dumb when booted by bootldr.
2008-03-08initramfs-module-bootldr-buster: initramfs module to fight Compaq bootldr ↵Paul Sokolovsky2
stupidity.
2008-03-08initramfs-uniboot: Add support for early-init plugins.Paul Sokolovsky2
* Extend plugin protocol: plugins matching pattern '0*' are early-init, executed ASAP after boot, before kernel command and block devices are scanned. And thus, they can affect parsing of kernel command line (by overriding $CMDLINE) or detection of block devices (e.g. by loading additional modules).
2008-03-08initramfs-module-bootmenu: If rootdelay= param was not passed, assume 2s ↵Paul Sokolovsky2
delay still. * So people who don't bother to set correct rootdelay still have good chance for there SD/CF cards detected. * To disable the feature, explicit rootdelay=0 should be passed on kernel command line.
2008-03-08initramfs-module-bootmenu: Show only block devices with FSes supported for boot.Paul Sokolovsky2
2008-03-08initramfs-module-bootmenu: Use klibc-linked fstype util, tested to work as ↵Paul Sokolovsky1
expected.
2008-03-07liveramdisk-image, initramfs-jffs2: Be sure to depend on/load mtdblock.Paul Sokolovsky2
2008-03-01klibc-utils-fstype 1.1.1: Rename to klibc-utils-fstype-static.Paul Sokolovsky1
* Dirty rename games until we'll have klibc-utils buildable and working.
2008-02-22initramfs-kexec: change rootdev vor collie from mtdblock2 to mtd2Thomas Kunze1
2008-02-17kernel-initramfs, initramfs-image-ipk: Remove recipes with recursive bitbake ↵Paul Sokolovsky2
invocations. * As not maintainable on global OE level.
2008-02-17initramfs-uniboot: FSTYPE -> ROOT_FSTYPE, set from rootfstype= command line ↵Paul Sokolovsky6
param.
2008-02-17* initramfs-module-bootmenu: Add support for jffs2 booting and "drop to ↵Paul Sokolovsky4
shell" option.
2008-02-17initramfs-module-block: Accept additional FSTYPE param, handle mount failure.Paul Sokolovsky2
* FSTYPE useful for FSes not automatically recognized by mount (e.g. jffs2).
2008-02-17initramfs-uniboot: Modprobe mtdblock and factor out fatal().Paul Sokolovsky2
2008-02-17devimage 0.1: Link init script to /sbin/init, so this can be booted as ↵Paul Sokolovsky1
normal rootfs. * In addition to default initramfs booting.
2008-02-16initramfs-module-bootmenu, initramfs-module-kexecboot: Fixes for kexecing.Paul Sokolovsky4
* Be sure to pass original command line contents to new kernel. * Add protection against infinite recursive kexecing.
2008-02-16devimage 0.1: Up a usb0 on load, now that we're modular.Paul Sokolovsky2
2008-02-16initramfs-module-kexecboot: Initramfs module to kexec to kernel in rootfs.Paul Sokolovsky2
* Instead of switch_root'ing to it, which was the only working mode previously. So, now, if there's /boot/zImage in rootfs, it will be kexec'ed too. Otherwise, switch_root will happen. * Caveat: there should be initramfs for new (kexec'ed to) kernel too, too handle its loading of rootfs as selected by interactive bootloader. This can be very same kernel as for bootloader, with bundled initramfs-bootmenu-image (which has special check - if root is explicitly specified on command line, then skip interactive selection); or, as a kind of optimization, that could be initramfs-image (no interactive part). Finally, initramfs (any of there two or other) can be a standalone file in rootfs, /boot/initramfs.bin.
2008-02-15kernel-initramfs: A recipe to build a kernel with linked in initramfs.Paul Sokolovsky1
* First builds ${KERNEL_INITRAMFS} in cpio.gz format, then stuffs it into kernel as specified by virtual/kernel, deploys to deploy dir, and packages kernel-image (the package would overrite previously built kernel-image package w/o initramfs, so caveat). * kernel-image packaing actually requires PKGPV/PKGPR support, to be RFCed.
2008-02-15initramfs-image-ipk: Package initramfs into package.Paul Sokolovsky1
* Go badass with recursive bitbake invocation idea expressed on ML. * It works! But don't try with BB_NUMBER_THREADS > 1 or at home.
2008-02-14initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.Paul Sokolovsky2
* This is likely not enough to make jffs2 boot work.
2008-02-06initramfs-module-check-modules: An initramfs module to check modules ↵Paul Sokolovsky2
consistency. * Checks that version of the boot kernel matches that of modules installed in rootfs. * A step towards providing manageable upgrade path for kernels outside rootfs.
2008-02-05initramfs-kexec: initial commit. partly closes 3739.Rolf Leggewie1
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