svn commit: r49375 - head/de_DE.ISO8859-1/books/handbook/virtualization
Bjoern Heidotting
bhd at FreeBSD.org
Fri Sep 9 14:18:38 UTC 2016
Author: bhd
Date: Fri Sep 9 14:18:36 2016
New Revision: 49375
URL: https://svnweb.freebsd.org/changeset/doc/49375
Log:
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.
Modified:
head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml Fri Sep 9 13:09:13 2016 (r49374)
+++ head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml Fri Sep 9 14:18:36 2016 (r49375)
@@ -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
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
More information about the svn-doc-head
mailing list