Files
Arch-R/packages/sysutils/busybox/init.d/80_debug
Stephan Raue 98dc75f190 busybox-system:
- merge with package busybox
- add patch to enhance fbsplash
- add more patches from busybox.net
2009-10-05 20:50:47 +02:00

13 lines
197 B
Bash
Executable File

#!/bin/sh
#
# start a debugging shell
#
# runlevels: text, debug
. /etc/sysconfig
progress "starting debug shell"
echo "*** type exit to exit ***"
exec /bin/sh </dev/tty1 >/dev/tty1 2>&1