diff options
Diffstat (limited to 'etc/inittab')
-rw-r--r-- | etc/inittab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/inittab b/etc/inittab new file mode 100644 index 0000000..830a9ee --- /dev/null +++ b/etc/inittab @@ -0,0 +1,11 @@ +::sysinit:/etc/rc.d/startup + +tty1::respawn:/sbin/getty 38400 tty1 +tty2::respawn:/sbin/getty 38400 tty2 +tty3::respawn:/sbin/getty 38400 tty3 +tty4::respawn:/sbin/getty 38400 tty4 +tty5::respawn:/sbin/getty 38400 tty5 +tty6::respawn:/sbin/getty 38400 tty6 + +::shutdown:/etc/rc.d/shutdown +::ctrlaltdel:/sbin/reboot
\ No newline at end of file |