svn commit: r50678 - head/en_US.ISO8859-1/books/handbook/virtualization

Brad Davis brd at FreeBSD.org
Tue Aug 15 21:20:41 UTC 2017


Author: brd
Date: Tue Aug 15 21:20:40 2017
New Revision: 50678
URL: https://svnweb.freebsd.org/changeset/doc/50678

Log:
  Change the examples number of CPUs for the installer from 4 to 1 since the
  installer really does not need that much CPU power.

Modified:
  head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon Aug 14 21:08:28 2017	(r50677)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Tue Aug 15 21:20:40 2017	(r50678)
@@ -1085,7 +1085,7 @@ FreeBSD-10.3-RELEASE-amd64-bootonly.iso       100% of 
 	machine, used to track the running machines.  This example
 	starts the virtual machine in installation mode:</para>
 
-      <screen>&prompt.root; <userinput>sh /usr/share/examples/bhyve/vmrun.sh -c <replaceable>4</replaceable> -m <replaceable>1024M</replaceable> -t <replaceable>tap0</replaceable> -d <replaceable>guest.img</replaceable> -i -I <replaceable>FreeBSD-10.3-RELEASE-amd64-bootonly.iso</replaceable> <replaceable>guestname</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>sh /usr/share/examples/bhyve/vmrun.sh -c <replaceable>1</replaceable> -m <replaceable>1024M</replaceable> -t <replaceable>tap0</replaceable> -d <replaceable>guest.img</replaceable> -i -I <replaceable>FreeBSD-10.3-RELEASE-amd64-bootonly.iso</replaceable> <replaceable>guestname</replaceable></userinput></screen>
 
       <para>The virtual machine will boot and start the installer.
 	After installing a system in the virtual machine, when the


More information about the svn-doc-all mailing list