aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-03-02 01:01:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 14:24:25 +0000
commitb5cc1e70dbd5df160ddedcaa40d0ab714a307561 (patch)
treef789421856453902d535e30c607d9de2299092e3 /scripts
parent82d0014a0e1526ffa1ff7c8ea3903aeae31bada4 (diff)
downloadopenembedded-core-contrib-b5cc1e70dbd5df160ddedcaa40d0ab714a307561.tar.gz
runqemu: remove ISO and RAMFS from help text
They don't work, and the script can check the type correctly. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index ed32bc2e27..058ee2962c 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -26,8 +26,6 @@ of the following environment variables (in any order):
KERNEL - the kernel image file to use
ROOTFS - the rootfs image file or nfsroot directory to use
MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)
- RAMFS - boot a ramfs-based image
- ISO - boot an ISO image
Simplified QEMU command-line options can be passed with:
nographic - disables video console
serial - enables a serial console on /dev/ttyS0