busybox: use /bin/sh anstead /bin/bash

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-11 02:31:15 +01:00
parent 7af059d59f
commit f79892e399

View File

@ -31,5 +31,5 @@ echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
echo "###########################################"
while true; do
exec /sbin/getty -n -l /bin/bash 38400 tty$TTY
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY
done