https://bugzilla.novell.com/show_bug.cgi?id=731594 https://bugzilla.novell.com/show_bug.cgi?id=731594#c4 --- Comment #4 from Tony Mechelynck <antoine.mechelynck@belgacom.net> 2011-11-30 11:30:22 CET --- (In reply to comment #3)
/etc/inittab is not used under systemd.
ttys are started on demand by systemd, (based on /lib/systemd/systemd/getty@.service), unless you create symlinks in /etc/systemd/system/getty.target.wants/ to /lib/systemd/systemd/getty@.service
What do you mean by "on demand"? AFAICT, unless I start them manually as shown in comment #1, in runlevel 5 (i.e. graphical multiuser) tty 2-6 don't react to the keyboard and don't display a login prompt. Is this "load on demand" the reason why system messages will appear "spontaneously" on any text console, possibly overwriting the output of a curses-based program like yast or vim being used there? I suppose the aliases in the [Install] section of getty@.service would have to be modified too.
to get --noclear, we would need to replace /etc/systemd/system/getty.target.wants/getty@tty1.service symlink with a copy of the file and add --noclear to it
OK, I made an edited copy as /lib/systemd/system/getty@tty1.service and linked it from /etc/systemd/system/getty.target/ -- we'll see how it works at next boot. -- 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.