Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2017 21:20:40 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50678 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <201708152120.v7FLKeEP053151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708152120.v7FLKeEP053151>