Update to r50678:
Change the examples number of CPUs for the installer from 4 to 1 since the installer really does not need that much CPU power.
This commit is contained in:
parent
dde02abc36
commit
b9dc98dfd4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50679
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/virtualization/chapter.xml,v 1.14 2010/07/03 14:29:30 jkois Exp $
|
||||
basiert auf: r50613
|
||||
basiert auf: r50678
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1199,7 +1199,7 @@ FreeBSD-10.3-RELEASE-amd64-bootonly.iso 100% of 230 MB 570 kBps 06m17s</
|
|||
Beispiel startet die virtuelle Maschine im
|
||||
Installationsmodus:</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>Die virtuelle Maschine wird starten und das
|
||||
Installationsprogramm ausführen. Nachdem das System in der
|
||||
|
|
Loading…
Reference in a new issue