diff options
author | Adrian Panella <ianchi74@outlook.com> | 2016-09-24 23:11:51 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-09-27 17:50:21 +0200 |
commit | dd1b69a058a03c2dd87ccf5994ee299ced3b0f3b (patch) | |
tree | 2ab454c4d52440eeb3a638417e51ed47f8ecacf8 /target | |
parent | 66aae9a27154f837607337fc099bd72fe4a9edf9 (diff) | |
download | upstream-dd1b69a058a03c2dd87ccf5994ee299ced3b0f3b.tar.gz upstream-dd1b69a058a03c2dd87ccf5994ee299ced3b0f3b.tar.bz2 upstream-dd1b69a058a03c2dd87ccf5994ee299ced3b0f3b.zip |
uml: set inittab for working console
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/uml/base-files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/uml/base-files/etc/inittab b/target/linux/uml/base-files/etc/inittab new file mode 100644 index 0000000000..22b83aa360 --- /dev/null +++ b/target/linux/uml/base-files/etc/inittab @@ -0,0 +1,4 @@ +# Copyright (c) 2013 The Linux Foundation. All rights reserved. +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K shutdown +tty0::askfirst:/usr/libexec/login.sh |