Skip to content

Commit

Permalink
recipes-core: sysvinit-inittab: Work around getty issue
Browse files Browse the repository at this point in the history
This is a workaround for the naming of the console.

This doesn't work around the issue for systemd based builds.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
  • Loading branch information
Moritz Fischer authored and kraj committed Apr 11, 2018
1 parent c01c8aa commit b708de6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-core/sysvinit/sysvinit-inittab_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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
}

0 comments on commit b708de6

Please sign in to comment.