summaryrefslogtreecommitdiff
path: root/packages/altboot/altboot.bb
AgeCommit message (Collapse)AuthorFiles
2006-02-21altboot: mv altboot.bb altboot_0.0.0.bbMatthias Hentges1
2006-02-12altbootMatthias Hentges1
- Do not show option for USB boot on devices w/o USB host - Disable "Boot original INIT" - Do not drop into emergency shell on die() but restart altboot with menu (doesn't work for every plugin, yet) - Some fixes / enhancements for tar.gz installer - Remove "orce" error message when cmdline "-force" is used (should have seen this coming heh)
2006-02-08altboot: Update to latest development versionMatthias Hentges1
2006-02-05altboot:Matthias Hentges1
- New funcitions: init_rootfs, mount_sd, mount_cf and mount_home for smaller code and easier debugging / bugfixing. These functions can be used by all plugins. - Do not try to mount /sys, /proc, /media/cf and /media/home when they are already mounted (mainly for testing purposes) - Added plugin: install-tgz This plugin allows installation of an OE generated .tar.gz rootfs onto CF or SD as a real filesystem or into a loopfile of user-defined size. Still needs some work but is usable.
2006-02-02altboot: BugfixesMatthias Hentges1
- Fix disable_printk.sh - Boot NFS: Ignore failure of mounting /proc
2006-01-31altboot: Matthias Hentges1
- More kernel 2.6 changes - Booting off SD seems to work as expected now - Turn off printk before showing the menu, kernel messages make a mess of it - Load keympas before showing the menu. init=/bin/sh is useless with a b0rked keymapping.
2006-01-30altboot: More 2.6 changesMatthias Hentges1
- Use altboot-KERNEL_VERSION.cfg instead of altboot.cfg
2006-01-30altboot:Matthias Hentges1
- First changes to support Kernel 2.6 - As of this push altboot should be considered *unstable* until work on 2.6 has finished! - Add IGNORE_STRIP_ERRORS = "1" to allow for snapshots
2006-01-24altboot: Matthias Hentges1
- Reworked moving old mountpoints into the new rootfs - Optimized pivot_root'ing
2006-01-23altboot:Matthias Hentges1
- Fixed a bug where the /media/ROM mountpoint wasn't moved into the new rootfs - Added support for booting off USB storage devices
2006-01-21altboot:Matthias Hentges1
- 40-bootNFS: Copy resolv.conf from flash into pivot_root to allow working DNS - Allowing to use altboot as init inside a pivot_root. Which means as soon as th e new root is booted, you are presented with altboots menu again. But this ti me changing behaviour of the pivot_root booting sequence - Improved detected if altboot is run by user (to switch runlevels manually) or kernel. - Do not run scripts in /etc/altboot.rc if altboot is not enabled - Add Advanced/Boot original INIT. Note: "Normal Boot" might be different than the real /sbin/init on some machines.
2006-01-18altboot:Matthias Hentges1
- Fixed a bug where altboot wouldn't prompt for the menu but do init 5 instead - Cosmetic changes (Thanks to andrewy@#openzaurus) - Fixed a bug where pressing enter to start altboot would launch the default option. (Thanks to prh@#openzaurus) - Disabled "Copy RootFS" menu item as this part is not finished, yet.
2006-01-12altboot: Allow for debug kernels (menu wouldn't show with tty1 in CMDLINE)Matthias Hentges1
2005-08-14altboot: Fix fsck on loop-images, unb0rking SD, CF and NFS booting of ↵Matthias Hentges1
loop-images.
2005-08-11Bump PRJustin Patrin1
2005-08-11Fix typo in postinst for spitz, add more robust checkingJustin Patrin1
Add a postrm for spitz (untested)
2005-08-10altboot: Fix /etc/altboot.rc scanning and adjust the "Master Password" ↵Matthias Hentges1
notice to 240x320 screens
2005-08-09altboot: bump PRMatthias Hentges1
2005-08-07altboot: No longer use hutils.conf, only altboot.cfg. Adjust master-pw prompt.Matthias Hentges1
2005-08-06altboot: Add pkg_postinst_spitz, courtesy of JustinP @ #openzaurus.Matthias Hentges1
2005-08-04altboot: Sources are now managed by OE's mt database.Matthias Hentges1