kisslinux / init

KISS Linux - Init Framework
https://kisslinux.github.io
MIT License
90 stars 27 forks source link

inittab: fix getty not spawning in tty1 #18

Closed konimex closed 4 years ago

konimex commented 4 years ago

Following up https://freenode.logbot.info/kisslinux/20200519#c3917142, I discovered that getty actually spawns in tty2 and tty3, and nothing spawns on tty1. This is why KISS init seems to hang after completing boot stage.

dylanaraps commented 4 years ago

Huh. I staggered them to try and prevent console spam in TTY1. Guess I'll have to investigate further.