summaryrefslogtreecommitdiff
path: root/packages/altboot/files/altboot-menu/Advanced/30-bootUSB-Stick
AgeCommit message (Collapse)AuthorFiles
2007-03-28altboot: Matthias Hentges1
- Drop files/* and altboot_0.0.0.bb - Add altboot_svn.bb - Add README.txt explaining what the different versions do
2006-04-23altboot: Matthias Hentges1
- Removed multiple die() functions - Altboot no longer activates an off-flash altboot-menu when not booting from flash - Added a debug_echo function which is disabled in non-rc and non-snapshot builds - RC's and snapshots now spawn a debug shell on tty4 right after the kernel is booted - die() messages are now colored red/white, debug is purple(?)/white - Fixed start_networking() on collie and made it a little bit more verbose
2006-02-22altboot: update to 0.0.5-rc4, this version passes all kernel 2.6 testsMatthias 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-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-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