node
Hello all,
Just got a new Obarun install up on QEMU/KVM. Trying to figure out how to do something that ought to be simple, but I have no idea even where to begin here.
All I wanna do is strip out the getty instances running on "normal" ttys and change it over to run on ttyS0 exclusively. I've found a forum post about increasing the number of TTYs but that seems to use some hardcoded pathway that doesn't reflect my usage here.
This comes in useful with the -nographic switch in QEMU. Making a test installation to see if I can replace one special-use server of mine with an Obarun instance.
Wat-now
Hi, since no one is answering, I thought I might as well try:
I think you may need to leave at least 1 normal getty instance to be safe at first, but then you can try running:
66-enable -t root tty@ ttyS0
&see if that spawns a getty where you'd like.