aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2019-07-06serial-screen-anaconda.sh: drop unused echoHongxu Jia
Since commit [fd4209b systemd-serialgetty.bbappend: add var-INSTALLER_SERIAL] applied, it is not necessary to echo root to serial console Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-07-06systemd_%.bbappend: clean up tty1 to fix racingHongxu Jia
TTY1 has been reserved for anaconda, there is a racing with getty1, clean up it in system Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-05-16systemd-serialgetty.bbappend: add var-INSTALLER_SERIALHongxu Jia
Use var-INSTALLER_SERIAL to control whether or not to display target installer on serial console. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-05-07systemd_%.bbappend: fix cleaning tty1 failedHongxu Jia
Since commit [1d453c9 systemd: upgrade to 2421] applied in oe-core, The getty@tty1.service does not exist any more, we do not clean it manually. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-04-04systemd_%.bbappend: fix tty1 racingHongxu Jia
Since commit [816e08c systemd: upgrade to 241] applied in oe-core, there is a racing on tty1, both of autovt@.service and anaconda-init-screen@.service login, disable autovt services and explicitly create tty2 for future use. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-07-08systemd: simulate login banner for oe-selftestHongxu Jia
The runqemu of oe-selftest requires a string of login banner " login:" from serial, but the installer does not have, so simulate it. It does not have any side effect for non-selftest. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: add systemd/systemd-serialgetty bbappendHongxu Jia
Use screen for text install, the serail console and tty1 will have the same input/output. The bbappend works only if DISTRO = "anaconda". Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>