Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/ftjail-datasets-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 | 901b0e3c0dab |
| children | 5da1455547d3 |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- ftjail-datasets-tmpl ==================== Synopsis -------- **ftjail datasets-tmpl** [**-L**] `dataset-parent-base` `dataset-parent-skeleton` `name` **ftjail datasets-tmpl** [**-P**] `dataset-parent-base` `dataset-parent-skeleton` `name` Description ----------- Create ZFS template datasets, i.e. the ro base and the rw skeleton to be used within Thin Jails. The ZFS datasets `dataset-parent-base` and `dataset-parent-skeleton` must exist already. A child with name `name` must not exist already for both given parent datasets. Options ------- .. program:: ftjail datasets-tmpl .. option:: -L Create dataset properties optimized for employing a :file:`skeleton` subdirectory (i.e. Thin Jails using symbolic links from a (read-only) root into the writeable parts of the system). .. option:: -P Create ZFS dataset properties optimized for direct mounts of skeleton children over an already mounted base. Environment ----------- All environment variables that affect :command:`zfs` are effective also. See Also -------- :manpage:`ftjail(8)`, :manpage:`ftjail-mount-tmpl(8)`,
