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@ttyS0.service to /etc/systemd/system/getty.target.wants

>
> -- 
> Chuck Forsberg WA7KGX N2469R     c...@omen.com   www.omen.com

Adam Pribyl
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to