packages/systemd: fix double getty on console
authorJérémy Rosen <jeremy.rosen@smile.fr>
Fri, 22 May 2020 16:59:29 +0000 (18:59 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 22 May 2020 22:10:18 +0000 (00:10 +0200)
commit26c32d933eb4d841b7fbe9c1e0b61cef89665b15
tree420d22c9fd7fe90d9d1e2730ed6abcf24377e42e
parent03fbb81b8bab7bad135b59267533be7688babe39
packages/systemd: fix double getty on console

When selecting "console" for the automatic getty, the buildroot logic
would collide with systemd's internal console detection logic, resulting
in two getty being started on the console.

This commit fixes that by doing nothing when "console" is selected and
letting systemd-getty-generator deal with starting the proper getty.

Note that if something other than the console is selected
* Things will work properly, even if the selected terminal is also the
  console
* A getty will still be started on the console.
  This is what systemd has been doing on buildroot since the beginning. it
  could be disabled but I left it for backward compatibility

Fixes: #12361
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/systemd/systemd.mk