diff options
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/busybox/busybox-inittab_1.37.0.bb | 1 |
1 files changed, 0 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 8b46b5763e..5e6c44a2e3 100644 --- a/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb +++ b/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb | |||
| @@ -21,7 +21,6 @@ do_install() { | |||
| 21 | do | 21 | do |
| 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 | label=$(echo $device | sed -e 's/tty//' | tail --bytes=5) | ||
| 25 | 24 | ||
| 26 | echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab | 25 | echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab |
| 27 | done | 26 | done |
