meta-digi-dey: systemd: Disable getty on console disable.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
12b196bc0f
commit
05f1daeecc
|
|
@ -0,0 +1,6 @@
|
|||
# Copyright (C) 2016 Digi International.
|
||||
|
||||
python __anonymous () {
|
||||
if d.getVar("TRUSTFENCE_CONSOLE_DISABLE", True):
|
||||
d.setVar("SERIAL_CONSOLES", "")
|
||||
}
|
||||
Loading…
Reference in New Issue