busybox: cleanup shell scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-24 08:13:23 +01:00
parent a37e76f99d
commit 4c1e564001
2 changed files with 0 additions and 14 deletions

View File

@ -25,13 +25,5 @@
TTY="3" TTY="3"
if [ "$DEBUG" = "yes" ]; then if [ "$DEBUG" = "yes" ]; then
echo "###########################################"
echo "## it seems we are running in Debug mode ##"
echo "## starting debugging shell on console $TTY ##"
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
echo "###########################################"
openvt -w -c $TTY /bin/sh & openvt -w -c $TTY /bin/sh &
fi fi

View File

@ -24,12 +24,6 @@
TTY="1" TTY="1"
echo "###########################################"
echo "## it seems we are running in Text mode. ##"
echo "## .... starting shell on console $TTY .... ##"
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
echo "###########################################"
while true; do while true; do
openvt -w -c $TTY /bin/sh openvt -w -c $TTY /bin/sh
done done