mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: add applet 'openvt', use openvt for our shells
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
24c19605c5
commit
66041a1f30
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Busybox version: 1.18.3
|
||||
# Sat Feb 19 14:18:19 2011
|
||||
# Busybox version: 1.18.4
|
||||
# Sun Apr 3 16:13:37 2011
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
|
||||
@ -314,7 +314,7 @@ CONFIG_CLEAR=y
|
||||
# CONFIG_KBD_MODE is not set
|
||||
# CONFIG_LOADFONT is not set
|
||||
CONFIG_LOADKMAP=y
|
||||
# CONFIG_OPENVT is not set
|
||||
CONFIG_OPENVT=y
|
||||
CONFIG_RESET=y
|
||||
# CONFIG_RESIZE is not set
|
||||
# CONFIG_FEATURE_RESIZE_PRINT is not set
|
||||
@ -458,9 +458,9 @@ CONFIG_LOGIN_SCRIPTS=y
|
||||
# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set
|
||||
# CONFIG_CRYPTPW is not set
|
||||
# CONFIG_CHPASSWD is not set
|
||||
CONFIG_SU=y
|
||||
CONFIG_FEATURE_SU_SYSLOG=y
|
||||
CONFIG_FEATURE_SU_CHECKS_SHELLS=y
|
||||
# CONFIG_SU is not set
|
||||
# CONFIG_FEATURE_SU_SYSLOG is not set
|
||||
# CONFIG_FEATURE_SU_CHECKS_SHELLS is not set
|
||||
# CONFIG_SULOGIN is not set
|
||||
# CONFIG_VLOCK is not set
|
||||
|
||||
|
@ -32,6 +32,6 @@ if [ "$DEBUG" = "yes" ]; then
|
||||
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY &
|
||||
openvt -w -c $TTY /bin/sh &
|
||||
|
||||
fi
|
||||
|
@ -31,5 +31,5 @@ echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
|
||||
echo "###########################################"
|
||||
|
||||
while true; do
|
||||
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY
|
||||
openvt -w -c $TTY /bin/sh
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user