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

Commit

Permalink
Merge pull request #18 from konimex/master
Browse files Browse the repository at this point in the history
inittab: fix getty not spawning in tty1
  • Loading branch information
dylanaraps authored May 19, 2020
2 parents 659c62f + 29064c4 commit 2ef3235
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 2ef3235

Please sign in to comment.