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)
commit4054744372afd1b832e913dae5d2590d5ad2bd22
tree1a1957e2c13d98d4bba83995ded9b2b9ce365616
parent857dd73269bc8b9af26628e2ee4d27c903f8908d
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]