svn commit: r326757 - head/tools/tools/nanobsd/embedded

Warner Losh imp at FreeBSD.org
Mon Dec 11 02:44:16 UTC 2017


Author: imp
Date: Mon Dec 11 02:44:15 2017
New Revision: 326757
URL: https://svnweb.freebsd.org/changeset/base/326757

Log:
  Start adding commands that I know are good to build up residual
  knowledge about qemu's quirks. Other qemu commands are possible, but
  this is the quickest for testing.
  
  Sponsored by: Netflix

Modified:
  head/tools/tools/nanobsd/embedded/qemu-amd64.cfg

Modified: head/tools/tools/nanobsd/embedded/qemu-amd64.cfg
==============================================================================
--- head/tools/tools/nanobsd/embedded/qemu-amd64.cfg	Mon Dec 11 02:44:10 2017	(r326756)
+++ head/tools/tools/nanobsd/embedded/qemu-amd64.cfg	Mon Dec 11 02:44:15 2017	(r326757)
@@ -32,3 +32,8 @@ NANO_NAME=qemu-amd64
 . common	# Pull in common definitions
 
 qemu_env
+
+# Run with:
+# qemu-system-x86_64 -hdd $file -serial telnet::4444,server -nographic
+# To get some breathing room on the image:
+# qemu-img resize $file +2G


More information about the svn-src-all mailing list