diff docs/man/man8/ftjail-populate-tmpl.rst @ 307:23bcbbbd99ea

FIX: Rename "ftjail-populate.rst" to "ftjail-populate-tmpl"
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 20 Sep 2022 09:16:13 +0200
parents docs/man/man8/ftjail-populate.rst@a452ace0175a
children 1aa75c6d3ef6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/man/man8/ftjail-populate-tmpl.rst	Tue Sep 20 09:16:13 2022 +0200
@@ -0,0 +1,47 @@
+.. -*- coding: utf-8; indent-tabs-mode: nil; -*-
+
+ftjail-populate-tmpl
+====================
+
+Synopsis
+--------
+
+**ftjail populate-tmpl** **-L** `directory` `path/to/base.txz`
+
+**ftjail populate-tmpl** **-P** `directory` `path/to/base.txz`
+
+
+Description
+-----------
+
+Populate the directory in `directory` with a FreeBSD base system.
+The base system's archive ist in `path/to/base.txz`.
+
+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.
+
+
+See Also
+--------
+
+:manpage:`ftjail(8)`, :manpage:`ftjail-mount-tmpl(8)`