diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-17 12:38:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-18 12:09:02 +0100 |
| commit | cf37ca58c2dd1d24c1c0e4d716d6e68314fe3acc (patch) | |
| tree | d1a287d24facbdd5f4eda3bc20bc57ba058655b1 /scripts | |
| parent | 2625e2d9144ae56ea5b4effc2891d5016978f5e0 (diff) | |
| download | poky-cf37ca58c2dd1d24c1c0e4d716d6e68314fe3acc.tar.gz | |
runqemu: Mention snapshot in the help output
This is a useful option but not documented in the help text.
(From OE-Core rev: 95bad67a802f956082bd0af5615c1dbaae01be0f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 68ba7dcfb9..1a5aca98ac 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -73,6 +73,7 @@ of the following environment variables (in any order): | |||
| 73 | serial - enable a serial console on /dev/ttyS0 | 73 | serial - enable a serial console on /dev/ttyS0 |
| 74 | serialstdio - enable a serial console on the console (regardless of graphics mode) | 74 | serialstdio - enable a serial console on the console (regardless of graphics mode) |
| 75 | slirp - enable user networking, no root privileges is required | 75 | slirp - enable user networking, no root privileges is required |
| 76 | snapshot - don't write changes to back to images | ||
| 76 | kvm - enable KVM when running x86/x86_64 (VT-capable CPU required) | 77 | kvm - enable KVM when running x86/x86_64 (VT-capable CPU required) |
| 77 | kvm-vhost - enable KVM with vhost when running x86/x86_64 (VT-capable CPU required) | 78 | kvm-vhost - enable KVM with vhost when running x86/x86_64 (VT-capable CPU required) |
| 78 | publicvnc - enable a VNC server open to all hosts | 79 | publicvnc - enable a VNC server open to all hosts |
