How to add serial terminal in Verne

Adam Pribyl pribyl at lowlevel.cz
Tue Oct 25 12:14:47 UTC 2011


On Tue, 25 Oct 2011, Chuck Forsberg WA7KGX N2469R wrote:

> How do I enable a serial terminal?  The following worked
> in Fedora 14 but apparently no inittab and no events in Verne??
>
> # tscope - getty
> #
> # This service maintains a getty on tyS0 from the point the system is
> # started until it is shut down again.
>
> start on stopped rc2
> start on stopped rc3
> start on stopped rc4
> start on started prefdm
>
> stop on runlevel 0
> stop on runlevel 1
> stop on runlevel 6
>
>
> respawn
> exec /sbin/agetty -h -L 38400 ttyS0 tek4014

This is an upstart config. F15/16 is using systemd. I'd think you need to 
add @getty at ttyS0.service to /etc/systemd/system/getty.target.wants

>
> -- 
> Chuck Forsberg WA7KGX N2469R     caf at omen.com   www.omen.com

Adam Pribyl


More information about the test mailing list