diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-03-25 16:28:26 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-03-25 16:28:26 +0000 |
commit | 0794fafa650ee57195391a1438b9ba412c220412 (patch) | |
tree | ee6417921af6ed135f0b0b30b9220aa9eff841a6 /usr.sbin/vmd/vmd.8 | |
parent | 7fd154d0570bf797098441e117e6bf1aab4af5cc (diff) |
Boot using BIOS from /etc/firmware/vmm-bios by default.
Instead of using the internal "vmboot", VMs will now be booted using
the external BIOS firmware in /etc/firmware/vmm-bios (which is subject
to a LGPLv3 license). Direct booting of OpenBSD kernels or
non-default BIOS images is still supported for now using the -b/boot
option that is replacing the -k/kernel option.
As requested by Theo, vmd(8) fails if neither the default BIOS is
found nor a kernel has been specified in the VM configuration. The
"vmm" BIOS has to be installed using fw_update(1), which will be done
automatically in most cases where the OpenBSD can fetch it after
install/upgrade.
OK mlarkin@
Diffstat (limited to 'usr.sbin/vmd/vmd.8')
-rw-r--r-- | usr.sbin/vmd/vmd.8 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/vmd/vmd.8 b/usr.sbin/vmd/vmd.8 index 5210bd2fcbd..4bd5f1fba1c 100644 --- a/usr.sbin/vmd/vmd.8 +++ b/usr.sbin/vmd/vmd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmd.8,v 1.6 2016/06/10 18:32:40 jmc Exp $ +.\" $OpenBSD: vmd.8,v 1.7 2017/03/25 16:28:25 reyk Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 10 2016 $ +.Dd $Mdocdate: March 25 2017 $ .Dt VMD 8 .Os .Sh NAME @@ -86,7 +86,13 @@ Multiple options increase the verbosity. .El .Sh FILES -.Bl -tag -width "/var/run/vmd.sockXX" -compact +.Bl -tag -width "/etc/firmware/vmm-biosXX" -compact +.It Pa /etc/firmware/vmm-bios +Default BIOS boot image. +The BIOS is an external firmware file that is distributed separately +due to an incompatible license. +A prepackaged version of the firmware can be installed using +.Xr fw_update 1 . .It Pa /etc/vm.conf Default configuration file. This is optional. |