mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix starting debugshell
This commit is contained in:
parent
419fbc024a
commit
4b1e78d180
11
packages/sysutils/busybox/init.d/64_debug
Executable file
11
packages/sysutils/busybox/init.d/64_debug
Executable 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
|
Loading…
x
Reference in New Issue
Block a user