Update to r49368:
Use the proper version of FreeBSD (bumped to 10.3 for now) in all the examples where an ISO file is used to avoid confusion.
This commit is contained in:
parent
2def40349d
commit
f9711a0dc7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49375
1 changed files with 4 additions and 4 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: r48529
|
||||
basiert auf: r49368
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1169,8 +1169,8 @@ net.link.tap.up_on_open: 0 -> 1
|
|||
|
||||
<para>Laden Sie ein Installationsabbild von &os;:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>fetch <replaceable>ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.2/FreeBSD-10.2-RELEASE-amd64-bootonly.iso</replaceable></userinput>
|
||||
FreeBSD-10.2-RELEASE-amd64-bootonly.iso 100% of 230 MB 570 kBps 06m17s</screen>
|
||||
<screen>&prompt.root; <userinput>fetch <replaceable>ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.3/FreeBSD-10.3-RELEASE-amd64-bootonly.iso</replaceable></userinput>
|
||||
FreeBSD-10.3-RELEASE-amd64-bootonly.iso 100% of 230 MB 570 kBps 06m17s</screen>
|
||||
|
||||
<para>&os; enthält ein Beispielskript um eine virtuelle Maschine
|
||||
in <application>bhyve</application> auszuführen. Das Skript
|
||||
|
@ -1191,7 +1191,7 @@ FreeBSD-10.2-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.0-RELEASE-amd64-bootonly.iso</replaceable> <replaceable>guestname</replaceable></userinput></screen>
|
||||
<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>
|
||||
|
||||
<para>Die virtuelle Maschine wird starten und das
|
||||
Installationsprogramm ausführen. Nachdem das System in der
|
||||
|
|
Loading…
Reference in a new issue