summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/initramfs-uniboot_1.0.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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-03-22initramfs-uniboot-1.0: only source existing files in load_modulesPhilipp Zabel1
* 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 Sokolovsky1
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 Sokolovsky1
2008-03-08initramfs-uniboot: Add new global var - CONSOLE - and start to use it as ↵Paul Sokolovsky1
output device. * This is to workaround bogus console= passed in by bootldr.
2008-03-08initramfs-uniboot: Add support for early-init plugins.Paul Sokolovsky1
* 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-02-17initramfs-uniboot: FSTYPE -> ROOT_FSTYPE, set from rootfstype= command line ↵Paul Sokolovsky1
param.
2008-02-17initramfs-uniboot: Modprobe mtdblock and factor out fatal().Paul Sokolovsky1
2007-11-24initramfs-uniboot & modules: These all are machine-independent scripts.Paul Sokolovsky1
2007-11-22initramfs-uniboot & modules: Bump PRs for latest changes.Paul Sokolovsky1