diff options
Diffstat (limited to 'src.etc/inittab')
-rw-r--r-- | src.etc/inittab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src.etc/inittab b/src.etc/inittab new file mode 100644 index 0000000..e2c00a5 --- /dev/null +++ b/src.etc/inittab @@ -0,0 +1,15 @@ +# /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 + +::respawn:/sbin/getty -L ttyS0 115200 vt100 + +::ctrlaltdel:/etc/init.d/rcK |