x86: change /dev/console to tty to fix job control
authorJohn Crispin <john@openwrt.org>
Sun, 4 Aug 2013 17:05:33 +0000 (17:05 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 4 Aug 2013 17:05:33 +0000 (17:05 +0000)
commitf0b5e7d419c26c5b5da60af35fc1627fb446f9c9
treeea0297c09822ab8bccc2e34a52a6863ed347b1c8
parentc7976ae5f8f7dac392d01550ef8c357a0d2133c7
x86: change /dev/console to tty to fix job control

Job control is turned off because it cannot obtain controlling terminal on
/dev/console, so it is impossible to do any job control operation behind
real x86 device (keyboard+monitor or virtualized).

This patch switches /dev/console to tty devices for ash on x86 generic target.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 37693
target/linux/x86/base-files/etc/inittab [new file with mode: 0644]