diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-03-02 01:01:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 14:24:25 +0000 |
commit | b5cc1e70dbd5df160ddedcaa40d0ab714a307561 (patch) | |
tree | f789421856453902d535e30c607d9de2299092e3 /scripts/runqemu | |
parent | 82d0014a0e1526ffa1ff7c8ea3903aeae31bada4 (diff) | |
download | openembedded-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/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index ed32bc2e277..058ee2962cb 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 |