fix starting debugshell

This commit is contained in:
Stephan Raue 2009-03-25 19:43:42 +01:00
parent 419fbc024a
commit 4b1e78d180

View File

@ -0,0 +1,11 @@
#!/bin/sh
#
# start a debugging shell
#
# runlevels: debug
# start shell
echo "### starting debug shell ###"
exec /bin/sh </dev/tty2 >/dev/tty2 2>&1