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