]> code.ossystems Code Review - openembedded-core.git/commit
scripts/poky-qemu-internal: call stty sane before exit
authorKhem Raj <raj.khem@gmail.com>
Thu, 17 Mar 2011 23:33:43 +0000 (16:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2011 14:38:46 +0000 (15:38 +0100)
commit201a43cce6171988999f954a5759f46b330a7812
tree85169fb32c986f7de05eadd10749d018e27fcb61
parent52a85e805797bff2ec53b2356da8daf224460e9e
scripts/poky-qemu-internal: call stty sane before exit

When qemu is booted into console with -nographics
then after exiting the terminal line settings are messed
up. This patch calls stty sane to restore the terminal
settings to default.

stty is part of coreutils which is installed on all
host distros hence there is no need to warn about it
being available or not

Signed-off-by: Khem Raj <raj.khem@gmail.com>
scripts/poky-qemu-internal