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-25 10:29:14 +0000 |
commit | d85ca4a61665930855e4fca85e049e7b5ede5d2f (patch) | |
tree | e2febf44ec3b5d22c2f994193638f77afd97c8e8 /scripts | |
parent | 58bc8542deb3baf00f56bd5f77172deb0d449800 (diff) | |
download | poky-d85ca4a61665930855e4fca85e049e7b5ede5d2f.tar.gz |
runqemu: remove ISO and RAMFS from help text
They don't work, and the script can check the type correctly.
(From OE-Core rev: b5cc1e70dbd5df160ddedcaa40d0ab714a307561)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
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): | |||
26 | KERNEL - the kernel image file to use | 26 | KERNEL - the kernel image file to use |
27 | ROOTFS - the rootfs image file or nfsroot directory to use | 27 | ROOTFS - the rootfs image file or nfsroot directory to use |
28 | MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified) | 28 | MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified) |
29 | RAMFS - boot a ramfs-based image | ||
30 | ISO - boot an ISO image | ||
31 | Simplified QEMU command-line options can be passed with: | 29 | Simplified QEMU command-line options can be passed with: |
32 | nographic - disables video console | 30 | nographic - disables video console |
33 | serial - enables a serial console on /dev/ttyS0 | 31 | serial - enables a serial console on /dev/ttyS0 |