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 de-
     fines VM configurations and vm scope variables.  The templates are part  of
     VM  configurations common to multiple VMs.  It is applied with optional ar-
     guments from a vm section or a template section.  The same template  cannot
     be applied more than once.  Each template argument can take a default value
     in  case it is omitted.  The default value is written following the "=" af-
     ter 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 sections.


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+15.1.quarterly>

home | help