mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 12:42:35 +02:00
This is a workaround for the naming of the console. This doesn't work around the issue for systemd based builds. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
do_install_append_freedom-u540() {
|
|
sed -i -e 's#/bin/start_getty#/sbin/getty#g' ${D}${sysconfdir}/inittab
|
|
sed -i '/tty1/d' ${D}${sysconfdir}/inittab
|
|
}
|