Start agetty on tty1

‘logind’ automatically starts agetty on all virtual consoles except
tty1.  We have to do that ourselves.
This commit is contained in:
Eelco Dolstra 2012-07-20 18:32:24 -04:00
parent 0edf138fc7
commit 71ca633431

View file

@ -334,6 +334,8 @@ let
'') unit.wantedBy) cfg.units)}
ln -s ${cfg.defaultUnit} $out/default.target
ln -s ../getty@tty1.service $out/multi-user.target.wants/
''; # */
in