diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-08 18:05:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-08 18:06:21 (EDT) |
commit | 3ae74be7bad4d493a27ebeb0da81631a2790e3d1 (patch) | |
tree | 5e3394540095b0311f0a10d193ef0a3e065de8bf | |
parent | 82ec1115f41bf30b719c80a4906405b762597c2c (diff) |
/etc/inittab.halt: New alternative file.
-rw-r--r-- | src.etc/inittab.halt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src.etc/inittab.halt b/src.etc/inittab.halt new file mode 100644 index 0000000..49ba2d3 --- /dev/null +++ b/src.etc/inittab.halt @@ -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:/sbin/reboot |