ezjail-admin install
This function sub-command is normally run once in the life of the ezjail environment. It allocates the direc- tory structure used by ezjail and populates the base jail using the minimal distribution set from a FreeBSD FTP server.
[...]
See also ezjail-admin update to install the base jail from source, as well as a method to update the base jail using freebsd-update(8).
The following options are available:
[...]
−h host
Set the remote host to fetch FreeBSD distribution sets from. If absent the default host ftp.FreeBSD.org is used. Variable: “$ezjail_ftphost”.
It is possible to install from the disc1 CDRom, or an extracted -RELEASE directory, by specify- ing the host argument as
file://path/to/source.[...]
[...]
ezjail-admin update
Updates ezjail’s basejail, or in the −b or −i case, install a FreeBSD world from source to be used as base- jail.
Exactly one of the following operand must be specified:
−b Build a world from source and install it as the (updated) basejail. “make buildworld; make
installworld” by default using the sources located at /usr/src (but see the −s option).