Am 09.09.2014 20:33, schrieb Kurt Roeckx: > Package: systemd > Version: 208-8 > > Hi, > > It seems that agetty is only started when you switch to a VT.
Surely that's a feature. Why start a getty when it is unused
> That means if something is trying to open the next VT it might end
> up somewhere on tty2-5 depending on wether you already went to
> that VT or not. Would it be possible to make sure those are
> already allocated instead?
You can do that, yes.
for i in `seq 2 6` ; do
systemctl enable getty@tty$i.service
done
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
