summaryrefslogtreecommitdiff
path: root/packages/altboot/files/init.altboot
AgeCommit message (Collapse)AuthorFiles
2006-11-20altboot: Do not show SD-Boot option on PoodleMatthias Hentges1
2006-10-29altboot: Update to -wip-20061029Matthias Hentges1
- Added a work-around for the broken OUT_TTY assignment on Collie
2006-10-28altboot: Update 0.0.0 versionMatthias Hentges1
2006-10-26altboot:Matthias Hentges1
- Add altbootctl to set altboot options on a permanent or per-reboot basis - Only remember selections for the next boot that actually make sense - Cleanup of run_timer() - Disabled existing kexec modules due to a planned rework
2006-07-07altboot: Fix Tosa/2.6 kbd detectionMatthias Hentges1
2006-05-21altboot: Poodle: Fix boot-timeout, add 1.0.7-rc4Matthias Hentges1
2006-05-07altboot: Fix redirection so altboot can now be launched remotely and remove ↵Matthias Hentges1
dependency from altboot-conf
2006-05-06altboot: Split altboot into altboot (PACKAGE_ARCH = all) and altboot-conf ↵Matthias Hentges1
(ARCH = ${MACHINE}, cleanup altboot_0.0.0.bb and rework some redirects to use tty1, not tty0.
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-17altboot: Add initial support for kexec, reworked parts of the menu codeMatthias 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-12altboot: Fix STDIN error messages on collieMatthias Hentges1
2006-04-12altboot:Matthias Hentges1
- Emmit a low-volume beep on alsa devices before running the timeout - Removed some redirects from init_rootfs - Fixed CF booting w/ kernel 2.6.16 - Fixed altboot menu on c7x0 running kernel 2.6
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-04-03altboot: Remove an error message when /bin/sh -> /bin/bashMatthias Hentges1
2006-04-03altboot: Change the way we check if altboot is called by the kernel or the ↵Matthias Hentges1
user.The old function only worked because on most Zaurii /var is lost on reboot. This fixes altboot on Spitz / Borzoi w/ kernel 2.6. Courtesy polyonymous @ #openzaurus
2006-03-29altboot: Altboot now remembers the last loop-image (or realfs),too, which ↵Matthias Hentges1
allowsa true automatic booting of the last user-setting
2006-02-24altboot: update to 0.0.5-rc5. This version is known to work with kernel 2.4 ↵Matthias Hentges1
an 2.6 (all plugins) on Akita
2006-02-23altboot: More kernel 2.4 fixesMatthias 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-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-28altboot: Sync with .dev branch, no notable changes.Matthias Hentges1
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-19altboot: Fixed a typo preventing any NFS bootsMatthias Hentges1
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-10altboot: Fix /etc/altboot.rc scanning and adjust the "Master Password" ↵Matthias Hentges1
notice to 240x320 screens
2005-08-09altboot: Lots and lots of Spitz adjustments, courtesy of JustinPMatthias Hentges1
2005-08-08altboot: Add 'Copy rootfs to SD/CF' menuitem. *NEEDS DEBUGGING*. Deactivated ↵Matthias Hentges1
for now.
2005-08-07altboot: No longer use hutils.conf, only altboot.cfg. Adjust master-pw prompt.Matthias Hentges1
2005-08-04altboot: Sources are now managed by OE's mt database.Matthias Hentges1