summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/initramfs-module-bootmenu_1.0.bb
AgeCommit message (Collapse)AuthorFiles
2008-12-02initramfs-module-bootmenu: If dropbear available, start it if user drops to ↵Paul Sokolovsky1
shell.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
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-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-module-bootmenu: If rootdelay= param was not passed, assume 2s ↵Paul Sokolovsky1
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 Sokolovsky1
2008-03-08initramfs-module-bootmenu: Use klibc-linked fstype util, tested to work as ↵Paul Sokolovsky1
expected.
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-17initramfs-uniboot: FSTYPE -> ROOT_FSTYPE, set from rootfstype= command line ↵Paul Sokolovsky1
param.
2008-02-17* initramfs-module-bootmenu: Add support for jffs2 booting and "drop to ↵Paul Sokolovsky1
shell" option.
2008-02-16initramfs-module-bootmenu, initramfs-module-kexecboot: Fixes for kexecing.Paul Sokolovsky1
* Be sure to pass original command line contents to new kernel. * Add protection against infinite recursive kexecing.
2008-02-14initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes.Paul Sokolovsky1
* This is likely not enough to make jffs2 boot work.
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 Sokolovsky1
NFS root.
2007-12-13initramfs-module-bootmenu 1.0: RRECOMMENDS NLS modules required for vfat ↵Paul Sokolovsky1
mounting.
2007-11-24initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to ↵Paul Sokolovsky1
buggy klibc's fstype.
2007-11-22initramfs-module-bootmenu: Interactive boot location selection for ↵Paul Sokolovsky1
initramfs-uniboot. * For now, supports booting from ext2/ext3 partitions and from ext2/ext3 loopback images placed on vfat partition.