diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/busybox/busybox-inittab_1.37.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb index 5e6c44a2e3..8cc907726f 100644 --- a/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb +++ b/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb | |||
| @@ -22,7 +22,7 @@ do_install() { | |||
| 22 | speed=$(echo $s | cut -d\; -f 1) | 22 | speed=$(echo $s | cut -d\; -f 1) |
| 23 | device=$(echo $s | cut -d\; -f 2) | 23 | device=$(echo $s | cut -d\; -f 2) |
| 24 | 24 | ||
| 25 | echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab | 25 | echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty -L $speed $device" >> ${D}${sysconfdir}/inittab |
| 26 | done | 26 | done |
| 27 | 27 | ||
| 28 | if [ "${USE_VT}" = "1" ]; then | 28 | if [ "${USE_VT}" = "1" ]; then |
