summaryrefslogtreecommitdiff
path: root/usr.sbin/bhyveload
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2013-01-19 07:04:30 +0000
committerJoel Dahl <joel@FreeBSD.org>2013-01-19 07:04:30 +0000
commitedccda4d08c03c9a020e0f750a08ab6cde5f8425 (patch)
treeb7195910e644384e766c28190fa858eacb0a5c4b /usr.sbin/bhyveload
parent01298368941f31f50e1d579d70120e953c63d34f (diff)
downloadsrc-test2-edccda4d08c03c9a020e0f750a08ab6cde5f8425.tar.gz
src-test2-edccda4d08c03c9a020e0f750a08ab6cde5f8425.zip
Notes
Diffstat (limited to 'usr.sbin/bhyveload')
-rw-r--r--usr.sbin/bhyveload/bhyveload.817
1 files changed, 7 insertions, 10 deletions
diff --git a/usr.sbin/bhyveload/bhyveload.8 b/usr.sbin/bhyveload/bhyveload.8
index 2918c4cb0fe0..9fe93d86385d 100644
--- a/usr.sbin/bhyveload/bhyveload.8
+++ b/usr.sbin/bhyveload/bhyveload.8
@@ -51,7 +51,7 @@ virtual machine.
.Nm
is based on
.Xr loader 8
-and will present an interface identical to
+and will present an interface identical to the
.Fx
loader on the user's terminal.
.Pp
@@ -85,36 +85,34 @@ is the pathname of the guest's boot disk image.
The
.Ar host-path
is the directory at the top of the guest's boot filesystem.
-
+.El
.Sh EXAMPLES
To create a virtual machine named
.Ar freebsd-vm
that boots off the ISO image
.Pa /freebsd/release.iso
and has 1GB memory allocated to it:
-
-.Dl "bhyveload -m 256 -M 768 -d /freebsd/release.iso freebsd-vm
-
+.Pp
+.Dl "bhyveload -m 256 -M 768 -d /freebsd/release.iso freebsd-vm"
+.Pp
In the example above the 1GB allocation is split in two segments:
+.Pp
.Bl -dash -compact
.It
256MB below the 4GB boundary (0MB - 256MB)
.It
768MB above the 4GB boundary (4096MB - 4864MB)
.El
-
.Sh SEE ALSO
.Xr bhyve 4 ,
.Xr bhyve 8 ,
.Xr loader 8 ,
.Xr vmm 4
-
.Sh HISTORY
.Nm
first appeared in
.Fx 10.0 ,
and was developed at NetApp Inc.
-
.Sh AUTHORS
.Nm
was developed by
@@ -122,9 +120,8 @@ was developed by
.An "Neel Natu" Aq neel@FreeBSD.org
at NetApp Inc with a lot of help from
.An Doug Rabson Aq dfr@FreeBSD.org
-
.Sh BUGS
.Nm
-can load only
+can only load
.Fx
as a guest.