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

Commit

Permalink
inittab: fix getty not spawning in tty1
Browse files Browse the repository at this point in the history
  • Loading branch information
konimex committed May 19, 2020
1 parent 659c62f commit 29064c4
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 29064c4

Please sign in to comment.