Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/fbhyve.rst @ 467:6ecd16725818
Begin refactoring bhyve into fbhyve.
Planned:
- more consistent naming (analogous to jails)
- using bhyve configuration files instead of RC variables for bhyve devices
- more docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 14 Jun 2024 09:40:04 +0200 |
| parents | |
| children | 57f253106ed6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/man/man8/fbhyve.rst Fri Jun 14 09:40:04 2024 +0200 @@ -0,0 +1,40 @@ +.. -*- coding: utf-8; indent-tabs-mode: nil; -*- + +fbhyve +====== + +Synopsis +-------- + +**service fbhyve** [ **start** | **stop** | **poll** | **status** ] [**name**]... + + +Description +----------- + +An :file:`rc.d` script to start :manpage:`bhyve(8)` virtual machines + + +Configuration Variables +~~~~~~~~~~~~~~~~~~~~~~~ + +`fbhyve_enable` + Default: NO + +`fbhyve_list` + The name of VMs to start to (aka. "profiles" or "sessions") + + +Files +----- + +- :file:`/usr/local/etc/fbhyve` + + Default-directory where all the configuration files with relative + filenames are looked up. + + +See also +-------- + +:manpage:`bhyve(8)`, :manpage:`rc.conf(5)`, :manpage:`tmux(1)`
