summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-17 12:38:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-18 11:52:02 +0100
commit73928b324e5ceb0d1097f1096e259daadbfa03da (patch)
treec3e96d22b58b42cfee13ab0c1a3a6fed765923fd
parent78b3125e1851761fa9bcb07b4c82194d66c40e64 (diff)
downloadpoky-73928b324e5ceb0d1097f1096e259daadbfa03da.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: 7fe03a3ee256f74d045c84a6be887fdae914a765) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xscripts/runqemu1
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