Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:kisslinux/init
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 19, 2020
2 parents 09abd6f + 2ef3235 commit 0ddd740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/inittab
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
::shutdown:/lib/init/rc.shutdown
::respawn:runsvdir -P /var/service 'log: ................................................................................................................................................................................................................................................................'

tty1::respawn:/bin/getty 38400 tty2
tty2::respawn:/bin/getty 38400 tty3
tty1::respawn:/bin/getty 38400 tty1
tty2::respawn:/bin/getty 38400 tty2

# Uncomment to enable more gettys.
# tty3::respawn:/bin/getty 38400 tty4
# tty4::respawn:/bin/getty 38400 tty5
# tty5::respawn:/bin/getty 38400 tty6
# tty3::respawn:/bin/getty 38400 tty3
# tty4::respawn:/bin/getty 38400 tty4
# tty5::respawn:/bin/getty 38400 tty5

# Login directly as a user and bypass the login prompt.
# NOTE: This bypasses the use of a getty altogether.
Expand Down

0 comments on commit 0ddd740

Please sign in to comment.