Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BMD.CONF(5)		      File Formats Manual		   BMD.CONF(5)

NAME
       bmd.conf	-- configuration file for bmd(8)

DESCRIPTION
       A  bmd(8)  configuration	 file consists of 3 types of sections, global,
       vm, template.  The global section  defines  bmd(8)  configurations  and
       global variables. See Global Parameters for detail.  The	global section
       must  be	 written  in  a	 file which root privileged user owns.	If the
       other user owns the file, the global section  is	 parsed	 but  ignored.
       Each  Vm	section	defines	VM configurations and vm scope variables.  The
       templates are part of VM	configurations common to multiple VMs.	It  is
       applied	with  optional	arguments from a vm section or a template sec-
       tion.  The same template	cannot be applied more than once.   Each  tem-
       plate argument can take a default value in case it is omitted.  The de-
       fault value is written following	the "="	after the argument.

       The section starts with its type	name. The vm and template sections are
       followed	 by  name.  Vm names are unique	identifier for each vm section
       and template names are also unique identifier for  each	template  sec-
       tions.


Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bmd.conf&sektion=5&manpath=FreeBSD+Ports+14.3.quarterly>

home | help