summaryrefslogtreecommitdiff
path: root/packages/altboot/files/akita/altboot-2.6.cfg
AgeCommit message (Collapse)AuthorFiles
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-04-16altboot: Allow usage of USB network (g_ether) for NFS bootingMatthias Hentges1
2006-04-16altboot: - Fix image_reconf to propperly mount /home.flashMatthias Hentges1
- Add another bunch of missing redirects for Collie - Work around error message of playbeep.sh on first-boot - Re-enable propper failsafe fallthroughs in init.altboot
2006-04-04altboot: - Allow a basic reconfiguration of non-flash based installations:Matthias Hentges1
- Move /home from flash into the image - Remove SD / CF / /home ipkg dests - Move ipkg package data from RAM into the image - All of the above is _optional_ - Be a little bit less verbose. - Yet _again_ change the way we detect wheter we are called by the kernel or the user...this is driving me nuts.
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-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