diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-23 22:58:45 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-23 22:58:45 (EST) |
commit | 4a08d2a404d73dc10a16c8cdabc2b50ec6a45122 (patch) | |
tree | a60aada77a853c331dfe5d644c7576343bb49f41 /src/build/busybox/1.21.1/inittab |
Initial commit
Diffstat (limited to 'src/build/busybox/1.21.1/inittab')
-rw-r--r-- | src/build/busybox/1.21.1/inittab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/build/busybox/1.21.1/inittab b/src/build/busybox/1.21.1/inittab new file mode 100644 index 0000000..9455f5e --- /dev/null +++ b/src/build/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 |