Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-03-09 | initramfs-uniboot: Set default rootdelay globally, instead of ↵ | Paul Sokolovsky | 1 | |
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-09 | initramfs-*: Use $CONSOLE for input/output. | Paul Sokolovsky | 1 | |
2008-03-08 | initramfs-module-bootmenu: If rootdelay= param was not passed, assume 2s ↵ | Paul Sokolovsky | 1 | |
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-08 | initramfs-module-bootmenu: Show only block devices with FSes supported for boot. | Paul Sokolovsky | 1 | |
2008-03-08 | initramfs-module-bootmenu: Use klibc-linked fstype util, tested to work as ↵ | Paul Sokolovsky | 1 | |
expected. | ||||
2008-03-01 | klibc-utils-fstype 1.1.1: Rename to klibc-utils-fstype-static. | Paul Sokolovsky | 1 | |
* Dirty rename games until we'll have klibc-utils buildable and working. | ||||
2008-02-17 | initramfs-uniboot: FSTYPE -> ROOT_FSTYPE, set from rootfstype= command line ↵ | Paul Sokolovsky | 1 | |
param. | ||||
2008-02-17 | * initramfs-module-bootmenu: Add support for jffs2 booting and "drop to ↵ | Paul Sokolovsky | 1 | |
shell" option. | ||||
2008-02-16 | initramfs-module-bootmenu, initramfs-module-kexecboot: Fixes for kexecing. | Paul Sokolovsky | 1 | |
* Be sure to pass original command line contents to new kernel. * Add protection against infinite recursive kexecing. | ||||
2008-02-14 | initramfs-module-bootmenu 1.0: Add jffs2 to list of recoginized FSes. | Paul Sokolovsky | 1 | |
* This is likely not enough to make jffs2 boot work. | ||||
2007-12-25 | initramfs-module-bootmenu: RDEPEND on initramfs-module-nfs, we do support ↵ | Paul Sokolovsky | 1 | |
NFS boot. | ||||
2007-12-25 | initramfs-module-bootmenu 1.0: Use best-practice (based on FHS) location for ↵ | Paul Sokolovsky | 1 | |
NFS root. | ||||
2007-12-13 | initramfs-module-bootmenu 1.0: RRECOMMENDS NLS modules required for vfat ↵ | Paul Sokolovsky | 1 | |
mounting. | ||||
2007-11-24 | initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to ↵ | Paul Sokolovsky | 1 | |
buggy klibc's fstype. | ||||
2007-11-22 | initramfs-module-bootmenu: Interactive boot location selection for ↵ | Paul Sokolovsky | 1 | |
initramfs-uniboot. * For now, supports booting from ext2/ext3 partitions and from ext2/ext3 loopback images placed on vfat partition. |