Date: Tue, 6 Sep 2016 19:38:10 +0000 (UTC) From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49368 - head/en_US.ISO8859-1/books/handbook/virtualization Message-ID: <201609061938.u86JcATj092261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bcr Date: Tue Sep 6 19:38:10 2016 New Revision: 49368 URL: https://svnweb.freebsd.org/changeset/doc/49368 Log: 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. Reported by: Nathan Dautenhahn (ndd@seas.upenn.edu) via freebsd-doc 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 Sep 5 15:45:59 2016 (r49367) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Sep 6 19:38:10 2016 (r49368) @@ -1061,8 +1061,8 @@ net.link.tap.up_on_open: 0 -> 1 <para>Download an installation image of &os; to install:</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; comes with an example script for running a virtual machine in <application>bhyve</application>. The script will @@ -1081,7 +1081,7 @@ FreeBSD-10.2-RELEASE-amd64-bootonly.iso 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.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>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?201609061938.u86JcATj092261>