]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sulogin: add multi console feature from SysVinit sulogin
authorWerner Fink <werner@suse.de>
Mon, 10 Dec 2012 12:27:11 +0000 (13:27 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Dec 2012 14:53:55 +0000 (15:53 +0100)
commitdfbc7c89b2e5a417a7b4dfbadc7250987f43d71b
tree5a358c70cd520a51b8ff876eb3d6a76364200f7e
parentab6478ef2d51215441baa47fe1cb0e6aa6ba1c27
sulogin: add multi console feature from SysVinit sulogin

Now after adding Conflicts=rescue.service to getty@.service and
serial-getty@.service and Conflicts=getty.target to rescue.target
all works with `systemctl rescue'.  Even adding init=/sbin/sulogin
to the kernels command line by using the `e' key in grub2 boot
menu works flawless.

This version is without the emergency code as I've this moved to
lib/console.c where it belongs to.

Signed-off-by: Werner Fink <werner@suse.de>
login-utils/sulogin.c