https://bugzilla.novell.com/show_bug.cgi?id=731594 https://bugzilla.novell.com/show_bug.cgi?id=731594#c5 Tony Mechelynck <antoine.mechelynck@belgacom.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |[workaround see comment #5] --- Comment #5 from Tony Mechelynck <antoine.mechelynck@belgacom.net> 2011-12-02 08:29:36 CET --- It works, so let's recap. 1. copy /lib/systemd/system/getty@.service to getty@tty1.service in the same directory 2. edit getty@tty1.service adding --noclear on the agetty command-line 3. in getty@.service, replace the [Install] section by the following: [Install] Alias=getty.target.wants/getty@tty2.service Alias=getty.target.wants/getty@tty3.service Alias=getty.target.wants/getty@tty4.service Alias=getty.target.wants/getty@tty5.service Alias=getty.target.wants/getty@tty6.service 4. cd /etc/systemd/system/getty.target.wants ln -svf /lib/systemd/system/getty@tty1.service ln -sv /lib/systemd/system/getty@.service getty@tty2.service ln -sv /lib/systemd/system/getty@.service getty@tty3.service ln -sv /lib/systemd/system/getty@.service getty@tty4.service ln -sv /lib/systemd/system/getty@.service getty@tty5.service ln -sv /lib/systemd/system/getty@.service getty@tty6.service -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.