diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb index c3244b4602..657ef02204 100644 --- a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | |||
@@ -23,7 +23,7 @@ do_install() { | |||
23 | do | 23 | do |
24 | j=`echo ${i} | sed s/\;/\ /g` | 24 | j=`echo ${i} | sed s/\;/\ /g` |
25 | label=`echo ${i} | sed -e 's/^.*;tty//' -e 's/;.*//'` | 25 | label=`echo ${i} | sed -e 's/^.*;tty//' -e 's/;.*//'` |
26 | echo "$label:12345:respawn:${base_sbindir}/getty ${j}" >> ${D}${sysconfdir}/inittab | 26 | echo "$label:12345:respawn:${base_sbindir}/getty -L ${j}" >> ${D}${sysconfdir}/inittab |
27 | done | 27 | done |
28 | 28 | ||
29 | if [ "${USE_VT}" = "1" ]; then | 29 | if [ "${USE_VT}" = "1" ]; then |