summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/initramfs-module-bootmenu_1.0.bb
AgeCommit message (Collapse)AuthorFiles
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.