svn commit: r50678 - head/en_US.ISO8859-1/books/handbook/virtualization
Brad Davis <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"