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 12:08:56 +0100
commit95bad67a802f956082bd0af5615c1dbaae01be0f (patch)
treed254023677744884b914af77522083fa03487938
parentf53dda53067ba7d17317e54cdec7b07f693158bd (diff)
downloadopenembedded-core-contrib-95bad67a802f956082bd0af5615c1dbaae01be0f.tar.gz
runqemu: Mention snapshot in the help output
This is a useful option but not documented in the help text. 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):
serial - enable a serial console on /dev/ttyS0
serialstdio - enable a serial console on the console (regardless of graphics mode)
slirp - enable user networking, no root privileges is required
+ snapshot - don't write changes to back to images
kvm - enable KVM when running x86/x86_64 (VT-capable CPU required)
kvm-vhost - enable KVM with vhost when running x86/x86_64 (VT-capable CPU required)
publicvnc - enable a VNC server open to all hosts