|
NAMEbhyveload —
load a FreeBSD guest inside a bhyve
virtual machine
SYNOPSIS
DESCRIPTIONbhyveload is used to load a
FreeBSD guest inside a
bhyve(4)
virtual machine.
The virtual machine is identified as vmname and will be created if it does not already exist. OPTIONSThe following options are available:
EXAMPLESTo create a virtual machine named freebsd-vm that boots off the ISO image /freebsd/release.iso and has 1GB memory allocated to it:bhyveload -m 1G -d
/freebsd/release.iso freebsd-vm To create a virtual machine named test-vm with 256MB of memory allocated, the guest root filesystem under the host directory /user/images/test and terminal I/O sent to the nmdm(4) device /dev/nmdm1B bhyveload -m 256MB -h
/usr/images/test -c /dev/nmdm1B test-vm SEE ALSObhyve(4), nmdm(4), vmm(4), bhyve(8), loader(8)HISTORYbhyveload first appeared in FreeBSD
10.0, and was developed at NetApp Inc.
AUTHORSbhyveload was developed by Neel
Natu
<neel@FreeBSD.org> at
NetApp Inc with a lot of help from Doug Rabson
<dfr@FreeBSD.org>.
BUGSbhyveload can only load FreeBSD
as a guest.
Visit the GSP FreeBSD Man Page Interface. |