mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
busybox: add clear reset and cttyhack to better deal with terminal mishaps
This commit is contained in:
parent
5f38c715ce
commit
d3ec6ac11f
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Busybox version: 1.36.1
|
# Busybox version: 1.36.1
|
||||||
# Fri Jul 21 14:38:54 2023
|
# Thu Oct 5 11:19:09 2023
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
@ -368,7 +368,7 @@ CONFIG_FEATURE_WC_LARGE=y
|
|||||||
# Console Utilities
|
# Console Utilities
|
||||||
#
|
#
|
||||||
# CONFIG_CHVT is not set
|
# CONFIG_CHVT is not set
|
||||||
# CONFIG_CLEAR is not set
|
CONFIG_CLEAR=y
|
||||||
# CONFIG_DEALLOCVT is not set
|
# CONFIG_DEALLOCVT is not set
|
||||||
# CONFIG_DUMPKMAP is not set
|
# CONFIG_DUMPKMAP is not set
|
||||||
# CONFIG_FGCONSOLE is not set
|
# CONFIG_FGCONSOLE is not set
|
||||||
@ -381,7 +381,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
|
|||||||
# CONFIG_FEATURE_LOADFONT_RAW is not set
|
# CONFIG_FEATURE_LOADFONT_RAW is not set
|
||||||
CONFIG_LOADKMAP=y
|
CONFIG_LOADKMAP=y
|
||||||
# CONFIG_OPENVT is not set
|
# CONFIG_OPENVT is not set
|
||||||
# CONFIG_RESET is not set
|
CONFIG_RESET=y
|
||||||
# CONFIG_RESIZE is not set
|
# CONFIG_RESIZE is not set
|
||||||
# CONFIG_FEATURE_RESIZE_PRINT is not set
|
# CONFIG_FEATURE_RESIZE_PRINT is not set
|
||||||
# CONFIG_SETCONSOLE is not set
|
# CONFIG_SETCONSOLE is not set
|
||||||
@ -1151,7 +1151,7 @@ CONFIG_ASH_SLEEP=y
|
|||||||
CONFIG_ASH_HELP=y
|
CONFIG_ASH_HELP=y
|
||||||
CONFIG_ASH_GETOPTS=y
|
CONFIG_ASH_GETOPTS=y
|
||||||
CONFIG_ASH_CMDCMD=y
|
CONFIG_ASH_CMDCMD=y
|
||||||
# CONFIG_CTTYHACK is not set
|
CONFIG_CTTYHACK=y
|
||||||
# CONFIG_HUSH is not set
|
# CONFIG_HUSH is not set
|
||||||
# CONFIG_SHELL_HUSH is not set
|
# CONFIG_SHELL_HUSH is not set
|
||||||
# CONFIG_HUSH_BASH_COMPAT is not set
|
# CONFIG_HUSH_BASH_COMPAT is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user