diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-09 21:48:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-09 21:48:05 (EDT) |
commit | 3d02ebd963304756c36eb14c6ab7da37565e3fb7 (patch) | |
tree | c9949f9386b478c7f2efe9aa1787edfba96f57ed | |
parent | 028e19879efffe85b5e3d0b9344e65146b03256c (diff) |
Add inittab to busybox config.
-rw-r--r-- | src/busybox/1.21.1/inittab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/busybox/1.21.1/inittab b/src/busybox/1.21.1/inittab new file mode 100644 index 0000000..9455f5e --- /dev/null +++ b/src/busybox/1.21.1/inittab @@ -0,0 +1,13 @@ +# /etc/inittab + +::sysinit:/etc/init.d/rcS +::shutdown:/etc/init.d/rcK + +tty1::askfirst:/sbin/getty 38400 tty1 +tty2::askfirst:/sbin/getty 38400 tty2 +tty3::askfirst:/sbin/getty 38400 tty3 +tty4::askfirst:/sbin/getty 38400 tty4 +tty5::askfirst:/sbin/getty 38400 tty5 +tty6::askfirst:/sbin/getty 38400 tty6 + +::ctrlaltdel:/sbin/reboot |