Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-04-12 | altboot: Add missing file | Matthias Hentges | 1 | |
2006-04-12 | altboot: Do not echo the password when entering init=/bin/sh | Matthias Hentges | 1 | |
2006-04-12 | altboot: | Matthias Hentges | 5 | |
- 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-11 | altboot: Fix tar.gz installer to work w/o inserted cf or sd cards, fix ↵ | Matthias Hentges | 5 | |
mount_cf to work with udev | ||||
2006-04-09 | merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2 | Holger Freyther | 3 | |
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647 | ||||
2006-04-08 | altboot: Add 1.0.6-rc2 | Matthias Hentges | 1 | |
2006-04-08 | altboot: Fix NFS booting with kernel 2.6.16 (not pcmcia-utils) | Matthias Hentges | 2 | |
2006-04-04 | altboot: - Allow a basic reconfiguration of non-flash based installations: | Matthias Hentges | 9 | |
- 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-03 | altboot: Add 1.0.6-rc2 .bb | Matthias Hentges | 3 | |
2006-04-03 | altboot: Remove an error message when /bin/sh -> /bin/bash | Matthias Hentges | 2 | |
2006-04-03 | altboot: Remove spitz's postinst and postrm for kernel 2.4 | Matthias Hentges | 1 | |
2006-04-03 | altboot: Drop kernel 2.4 support for Spitz and Borzoi. These two were a ↵ | Matthias Hentges | 13 | |
support nightmare w/ 2.4 | ||||
2006-04-03 | altboot: Change the way we check if altboot is called by the kernel or the ↵ | Matthias Hentges | 3 | |
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-30 | altboot: Be more verbose about when all messages are coming from the new rootfs | Matthias Hentges | 2 | |
2006-03-29 | altboot: Altboot now remembers the last loop-image (or realfs),too, which ↵ | Matthias Hentges | 4 | |
allowsa true automatic booting of the last user-setting | ||||
2006-03-28 | altboot: Add tosa support for kernel 2.4 | Matthias Hentges | 3 | |
Contributed by Sebastian S | ||||
2006-03-11 | altboot: Sync with .oz branch | Matthias Hentges | 1 | |
2006-03-02 | altboot: Releas of the first stable version: 0.0.5. Tested on Akita and Collie | Matthias Hentges | 3 | |
2006-03-01 | altboot: Last changes before the stable relase | Matthias Hentges | 4 | |
2006-02-24 | altboot: Add experimental (IOW untested) borzoi and c7x0 configs | Matthias Hentges | 6 | |
2006-02-24 | altboot: update to 0.0.5-rc5. This version is known to work with kernel 2.4 ↵ | Matthias Hentges | 6 | |
an 2.6 (all plugins) on Akita | ||||
2006-02-24 | altboot: update the postinst/rm again for spitz, if installing to flash on ↵ | Justin Patrin | 2 | |
root just do update-alternatives | ||||
2006-02-24 | altboot: update spitz postinst/rm for 0.0.0 as well | Justin Patrin | 1 | |
2006-02-23 | altboot: update pkg_postinst_spitz and pkg_postrm_spitz to skip flash ↵ | Justin Patrin | 1 | |
install/remove for 2.6 kernels | ||||
2006-02-23 | altboot: More kernel 2.4 fixes | Matthias Hentges | 4 | |
2006-02-23 | altboot: Pushing rc4 *yet* again | Matthias Hentges | 1 | |
2006-02-22 | altboot: update to 0.0.5-rc4, this version passes all kernel 2.6 tests | Matthias Hentges | 3 | |
2006-02-22 | altboot: Update to 0.0.5-rc3, fixes a bug preventing CF booting ↵ | Matthias Hentges | 3 | |
2006-02-21 | altboot: mv altboot.bb altboot_0.0.0.bb | Matthias Hentges | 3 | |
2006-02-21 | altboot: Add altboot_0.0.5-rc2.bb. The versioned .bb's download altboot from ↵ | Matthias Hentges | 1 | |
CVS, this makes stable releases of altboot possible. | ||||
2006-02-12 | altboot | Matthias Hentges | 9 | |
- 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-08 | altboot: Update to latest development version | Matthias Hentges | 3 | |
2006-02-05 | altboot: Fixed a type. I wonder how that got in there... | Matthias Hentges | 1 | |
2006-02-05 | altboot: | Matthias Hentges | 9 | |
- 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-02 | altboot: Bugfixes | Matthias Hentges | 6 | |
- Fix disable_printk.sh - Boot NFS: Ignore failure of mounting /proc | ||||
2006-01-31 | altboot: | Matthias Hentges | 6 | |
- 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-30 | altboot: More 2.6 changes | Matthias Hentges | 6 | |
- Use altboot-KERNEL_VERSION.cfg instead of altboot.cfg | ||||
2006-01-30 | altboot: | Matthias Hentges | 4 | |
- 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-28 | altboot: Sync with .dev branch, no notable changes. | Matthias Hentges | 1 | |
2006-01-24 | altboot: | Matthias Hentges | 3 | |
- Reworked moving old mountpoints into the new rootfs - Optimized pivot_root'ing | ||||
2006-01-23 | altboot: | Matthias Hentges | 7 | |
- 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-21 | altboot: | Matthias Hentges | 5 | |
- 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-19 | altboot: Fixed a typo preventing any NFS boots | Matthias Hentges | 2 | |
2006-01-18 | altboot: | Matthias Hentges | 5 | |
- 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-12 | altboot: Allow for debug kernels (menu wouldn't show with tty1 in CMDLINE) | Matthias Hentges | 2 | |
2005-08-15 | altboot: Do not use a fixed time to wait for WLAN on NFS boot. Ping the NFS ↵ | Matthias Hentges | 1 | |
host and continue once the network is up. | ||||
2005-08-14 | altboot: Fix fsck on loop-images, unb0rking SD, CF and NFS booting of ↵ | Matthias Hentges | 5 | |
loop-images. | ||||
2005-08-13 | Also remove extra $ causing syntax errors | Justin Patrin | 1 | |
2005-08-13 | Remove extra spaces around "=" causing shell script syntax errors | Justin Patrin | 1 | |
2005-08-11 | Bump PR | Justin Patrin | 1 | |