diff options
| -rw-r--r-- | meta/recipes-core/busybox/busybox-inittab_1.36.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb b/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb index 462c9bb9c5..8ee88b6aef 100644 --- a/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb +++ b/meta/recipes-core/busybox/busybox-inittab_1.36.1.bb | |||
| @@ -23,7 +23,7 @@ do_install() { | |||
| 23 | device=$(echo $s | cut -d\; -f 2) | 23 | device=$(echo $s | cut -d\; -f 2) |
| 24 | label=$(echo $device | sed -e 's/tty//' | tail --bytes=5) | 24 | label=$(echo $device | sed -e 's/tty//' | tail --bytes=5) |
| 25 | 25 | ||
| 26 | echo "$label::respawn:${sbindir}/ttyrun $device ${base_bindir}/start_getty $speed $device vt102" >> ${D}${sysconfdir}/inittab | 26 | echo "::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab |
| 27 | done | 27 | done |
| 28 | 28 | ||
| 29 | if [ "${USE_VT}" = "1" ]; then | 29 | if [ "${USE_VT}" = "1" ]; then |
