summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-07-05 08:50:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-09 16:58:57 +0100
commit24f02d58a758de29e93727ce0219d28f1ae8aead (patch)
tree70fb6ce5bf2368cd6f09b6fd2379da56cdad3648 /scripts/runqemu
parent2dee999ab2731c2a96e82762ae04fe44f27edac6 (diff)
downloadpoky-24f02d58a758de29e93727ce0219d28f1ae8aead.tar.gz
runqemu: fix usage() help for MACHINE setting
(From OE-Core rev: 36482a0064993b047829631d063beadbc03f2cbf) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 9fdbd5487e..328b6afad1 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -25,7 +25,7 @@ usage() {
25 echo " QEMUARCH - the qemu machine architecture to use" 25 echo " QEMUARCH - the qemu machine architecture to use"
26 echo " KERNEL - the kernel image file to use" 26 echo " KERNEL - the kernel image file to use"
27 echo " ROOTFS - the rootfs image file or nfsroot directory to use" 27 echo " ROOTFS - the rootfs image file or nfsroot directory to use"
28 echo " MACHINE=xyz - the machine name (optional, autodetected from KERNEL filename if unspecified)" 28 echo " MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)"
29 echo " Simplified QEMU command-line options can be passed with:" 29 echo " Simplified QEMU command-line options can be passed with:"
30 echo " nographic - disables video console" 30 echo " nographic - disables video console"
31 echo " serial - enables a serial console on /dev/ttyS0" 31 echo " serial - enables a serial console on /dev/ttyS0"