diff options
author | Marvin Borner | 2019-06-26 19:13:34 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-26 19:13:34 +0200 |
commit | 0019754be97684676682ad0efa65066504faf26c (patch) | |
tree | 29101bbe8b096f3609ebc35681f661e2f728cd33 /etc/inittab |
Added initial files
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 |