Files
Arch-R/packages/sysutils/busybox/init.d/80_debug
Stephan Raue 040da1646f busybox:
- simplyfing some init scripts
2009-12-29 19:38:39 +01:00

9 lines
167 B
Plaintext
Executable File

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