diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-09 21:46:23 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-09 21:46:23 (EDT) |
commit | 2897a2720adcc2b3ba1c8270b131c036c0c819e3 (patch) | |
tree | 856c0bfce0b16d4cb0dd97f1ea34210df606c720 /src | |
parent | 946b56469737e9a3a121cc0cb1922abdd5586b72 (diff) |
Add inittab to busybox config.
Diffstat (limited to 'src')
-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 |