mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
58bc8542de
commit
d85ca4a616
@@ -26,8 +26,6 @@ of the following environment variables (in any order):
|
|||||||
KERNEL - the kernel image file to use
|
KERNEL - the kernel image file to use
|
||||||
ROOTFS - the rootfs image file or nfsroot directory to use
|
ROOTFS - the rootfs image file or nfsroot directory to use
|
||||||
MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)
|
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:
|
Simplified QEMU command-line options can be passed with:
|
||||||
nographic - disables video console
|
nographic - disables video console
|
||||||
serial - enables a serial console on /dev/ttyS0
|
serial - enables a serial console on /dev/ttyS0
|
||||||
|
|||||||
Reference in New Issue
Block a user