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
This commit is contained in:
parent
b97faae7fe
commit
d196007f7b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49368
1 changed files with 3 additions and 3 deletions
|
@ -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 100% of 230 MB 570 kBps 06m17s</
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue