Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/ftjail-populate-tmpl.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 | dee8e2611f71 |
| children |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- ftjail-populate-tmpl ==================== Synopsis -------- **ftjail populate-tmpl** [**-b**] **-L** `directory` `path/to/base.txz` [`path/to/kernel.txz`] **ftjail populate-tmpl** [**-b**] **-P** `directory` `path/to/base.txz` [`path/to/kernel.txz`] Description ----------- Populate the directory in `directory` with a FreeBSD base system. The base system's archive ist in `path/to/base.txz`. Optionally a FreeBSD kernel can be extracted also. The directory in `directory` must already have a proper directory layout. This can be accomplished by :manpage:`ftjail-mount-tmpl(8)`. Apply knowledge of the type and typical layout of the RW skeleton (e.g. handle the :file:`skeleton` symlink properly). Options ------- .. program:: ftjail populate-tmpl .. option:: -L Copy dataset properties optimized for employing a :file:`skeleton` subdirectory. .. option:: -P Copy dataset properties optimized for direct mounts of skeleton children over an already mounted base. .. option:: -b Do not empty the ``/boot`` folder in `directory` but preserve it. This option is implied if a `path/to/kernel.txz` is given. See Also -------- :manpage:`ftjail(8)`, :manpage:`ftjail-mount-tmpl(8)`
