diff options
Diffstat (limited to 'src/etc/inittab')
-rw-r--r-- | src/etc/inittab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/etc/inittab b/src/etc/inittab new file mode 100644 index 0000000..f09bf06 --- /dev/null +++ b/src/etc/inittab @@ -0,0 +1,16 @@ +# /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:/bin/umount -a -r +::ctrlaltdel:/sbin/swapoff |