package/systemd: set vconsole support option to default y
authorDavid J. Fogle <Dave@exitstrategytech.com>
Fri, 4 Jan 2019 18:16:59 +0000 (18:16 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 13:14:15 +0000 (14:14 +0100)
commitfc0787e76ea236a5e7469df4e26c1ca61624b873
treec6d1f18c65d6a570dd25e779bcc224d5b8122d9d
parentbb0f65099b62fc51e920a2b974615536e944ec70
package/systemd: set vconsole support option to default y

Without support for vconsole, systemd will abruptly kill anything
spawned on the console, thus preventing users from loging in from
the console, effectively locking them out if the target does not
have another mean of logging in (no sshd, no serial line...)

We fix that by making support for vconsole default to y, since
logging in from the console if more frequent than not. Users can
still de-activate it when they know they don't need it.

Note that logging from a serial line is not impacted, and still
works whether vconsole is enabled or not.

Signed-off-by: David Fogle <david.j.fogle@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/systemd/Config.in