From: Lennart Poettering Date: Mon, 30 Aug 2010 19:31:40 +0000 (+0200) Subject: console: rework automatic getty on kernel console logic again X-Git-Tag: v9~32 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b2bb3dbed9607c440b1a9ccacc515e28136d39ae;hp=b2bb3dbed9607c440b1a9ccacc515e28136d39ae console: rework automatic getty on kernel console logic again It is essential that the gettys are proper dependencies from getty.target so that they aren't killed and immediately restarted on runlevel changes. Hence rework the logic to implicitly add console gettys to getty.target as dependencies. This also adds an automatic hvc console for virtualizers. https://bugzilla.redhat.com/show_bug.cgi?id=501720 ---