mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 20:22:38 +02:00
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
|
|
}
|