diff options
author | Matthias Hentges <oe@hentges.net> | 2006-04-23 14:47:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-23 14:47:58 +0000 |
commit | a6e74fd03c93ec9cdb31570b9a6b676aef4ee4c5 (patch) | |
tree | bd526f28c6b86d39c11cd5d2aeb04e187d6a0c80 /packages/altboot/altboot_0.0.0.bb | |
parent | 8508cd3be7c4c6a43dc3a7963b7a83ed8d4febe9 (diff) |
altboot:
- 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
Diffstat (limited to 'packages/altboot/altboot_0.0.0.bb')
-rw-r--r-- | packages/altboot/altboot_0.0.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/altboot/altboot_0.0.0.bb b/packages/altboot/altboot_0.0.0.bb index 7b62414d1c..3bda946415 100644 --- a/packages/altboot/altboot_0.0.0.bb +++ b/packages/altboot/altboot_0.0.0.bb @@ -13,7 +13,6 @@ RRECOMMENDS_append_c7x0 = " kexec-tools" PR = "r41" - SRC_URI = "file://altboot-menu \ file://altboot.rc \ file://altboot.func \ |