From a6e74fd03c93ec9cdb31570b9a6b676aef4ee4c5 Mon Sep 17 00:00:00 2001
From: Matthias Hentges <oe@hentges.net>
Date: Sun, 23 Apr 2006 14:47:58 +0000
Subject: 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

---
 packages/altboot/files/altboot-menu/15-bootSD | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'packages/altboot/files/altboot-menu/15-bootSD')

diff --git a/packages/altboot/files/altboot-menu/15-bootSD b/packages/altboot/files/altboot-menu/15-bootSD
index 7123491000..0476a5ce0f 100644
--- a/packages/altboot/files/altboot-menu/15-bootSD
+++ b/packages/altboot/files/altboot-menu/15-bootSD
@@ -7,11 +7,6 @@
 
 M_TITLE="Boot SD card"
 
-die() {
-	echo "ERROR: $1" >/dev/tty0
-	exec $SH_SHELL </dev/tty0 >/dev/tty0 2>&1
-}
-
 # This function is activated by init.altboot by calling this script with the "run" option
 run_module() {
 	
-- 
cgit v1.2.3