Deleted Added
full compact
bhyveload.8 (284892) bhyveload.8 (289001)
1.\"
2.\" Copyright (c) 2012 NetApp Inc
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2012 NetApp Inc
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/usr.sbin/bhyveload/bhyveload.8 284892 2015-06-27 18:24:23Z neel $
26.\" $FreeBSD: head/usr.sbin/bhyveload/bhyveload.8 289001 2015-10-08 02:28:22Z marcel $
27.\"
27.\"
28.Dd January 7, 2012
28.Dd October 7, 2015
29.Dt BHYVELOAD 8
30.Os
31.Sh NAME
32.Nm bhyveload
33.Nd load a
34.Fx
35guest inside a bhyve virtual machine
36.Sh SYNOPSIS
37.Nm
38.Op Fl S
39.Op Fl c Ar cons-dev
40.Op Fl d Ar disk-path
41.Op Fl e Ar name=value
42.Op Fl h Ar host-path
29.Dt BHYVELOAD 8
30.Os
31.Sh NAME
32.Nm bhyveload
33.Nd load a
34.Fx
35guest inside a bhyve virtual machine
36.Sh SYNOPSIS
37.Nm
38.Op Fl S
39.Op Fl c Ar cons-dev
40.Op Fl d Ar disk-path
41.Op Fl e Ar name=value
42.Op Fl h Ar host-path
43.Op Fl l Ar os-loader
43.Op Fl m Ar mem-size
44.Ar vmname
45.Sh DESCRIPTION
46.Nm
47is used to load a
48.Fx
49guest inside a
50.Xr bhyve 4
51virtual machine.
52.Pp
53.Nm
54is based on
55.Xr loader 8
56and will present an interface identical to the
57.Fx
58loader on the user's terminal.
44.Op Fl m Ar mem-size
45.Ar vmname
46.Sh DESCRIPTION
47.Nm
48is used to load a
49.Fx
50guest inside a
51.Xr bhyve 4
52virtual machine.
53.Pp
54.Nm
55is based on
56.Xr loader 8
57and will present an interface identical to the
58.Fx
59loader on the user's terminal.
60This behavior can be changed by specifying a different OS loader.
59.Pp
60The virtual machine is identified as
61.Ar vmname
62and will be created if it does not already exist.
63.Sh OPTIONS
64The following options are available:
65.Bl -tag -width indent
66.It Fl c Ar cons-dev

--- 6 unchanged lines hidden (view full) ---

73.Pp
74The text string "stdio" is also accepted and selects the use of
75unbuffered standard I/O. This is the default value.
76.It Fl d Ar disk-path
77The
78.Ar disk-path
79is the pathname of the guest's boot disk image.
80.It Fl e Ar name=value
61.Pp
62The virtual machine is identified as
63.Ar vmname
64and will be created if it does not already exist.
65.Sh OPTIONS
66The following options are available:
67.Bl -tag -width indent
68.It Fl c Ar cons-dev

--- 6 unchanged lines hidden (view full) ---

75.Pp
76The text string "stdio" is also accepted and selects the use of
77unbuffered standard I/O. This is the default value.
78.It Fl d Ar disk-path
79The
80.Ar disk-path
81is the pathname of the guest's boot disk image.
82.It Fl e Ar name=value
81Set the FreeBSD loader environment variable
83Set the
84.Fx
85loader environment variable
82.Ar name
83to
84.Ar value .
85.Pp
86The option may be used more than once to set more than one environment
87variable.
88.It Fl h Ar host-path
89The
90.Ar host-path
91is the directory at the top of the guest's boot filesystem.
86.Ar name
87to
88.Ar value .
89.Pp
90The option may be used more than once to set more than one environment
91variable.
92.It Fl h Ar host-path
93The
94.Ar host-path
95is the directory at the top of the guest's boot filesystem.
96.It Fl l Ar os-loader
97Specify a different OS loader.
98By default
99.Nm
100will use
101.Pa /boot/userboot.so ,
102which presents a standard
103.Fx
104loader.
92.It Fl m Ar mem-size Xo
93.Sm off
94.Op Cm K | k | M | m | G | g | T | t
95.Xc
96.Sm on
97.Ar mem-size
98is the amount of memory allocated to the guest.
99.Pp

--- 61 unchanged lines hidden ---
105.It Fl m Ar mem-size Xo
106.Sm off
107.Op Cm K | k | M | m | G | g | T | t
108.Xc
109.Sm on
110.Ar mem-size
111is the amount of memory allocated to the guest.
112.Pp

--- 61 unchanged lines hidden ---