Merge pull request #1762 from lrusak/busybox-init

busybox: use cttyhack
This commit is contained in:
MilhouseVH 2017-07-08 22:02:56 +01:00 committed by GitHub
commit b7dad37069
2 changed files with 3 additions and 3 deletions

View File

@ -761,7 +761,7 @@ CONFIG_NANDWRITE=y
# CONFIG_RUNLEVEL is not set
# CONFIG_RX is not set
# CONFIG_SETSERIAL is not set
# CONFIG_SETSID is not set
CONFIG_SETSID=y
# CONFIG_STRINGS is not set
# CONFIG_TASKSET is not set
# CONFIG_FEATURE_TASKSET_FANCY is not set
@ -1041,7 +1041,7 @@ CONFIG_ASH_BUILTIN_TEST=y
# CONFIG_ASH_HELP is not set
# CONFIG_ASH_CMDCMD is not set
# CONFIG_ASH_MAIL is not set
# CONFIG_CTTYHACK is not set
CONFIG_CTTYHACK=y
# CONFIG_HUSH is not set
# CONFIG_HUSH_BASH_COMPAT is not set
# CONFIG_HUSH_BRACE_EXPANSION is not set

View File

@ -186,7 +186,7 @@
showcursor
sh </dev/tty1 >/dev/tty1 2>&1
setsid cttyhack sh
}
error() {