diff docs/man/man8/ftjail-populate-tmpl.rst @ 456:1aa75c6d3ef6

FIX: man pages are now in $PREFIX/share/man instead of $PREFIX/man
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 05 Jun 2024 09:37:30 +0200
parents 23bcbbbd99ea
children dee8e2611f71
line wrap: on
line diff
--- a/docs/man/man8/ftjail-populate-tmpl.rst	Wed Jun 05 09:08:56 2024 +0200
+++ b/docs/man/man8/ftjail-populate-tmpl.rst	Wed Jun 05 09:37:30 2024 +0200
@@ -6,9 +6,9 @@
 Synopsis
 --------
 
-**ftjail populate-tmpl** **-L** `directory` `path/to/base.txz`
+**ftjail populate-tmpl** [**-b**] **-L** `directory` `path/to/base.txz` [`path/to/kernel.txz`]
 
-**ftjail populate-tmpl** **-P** `directory` `path/to/base.txz`
+**ftjail populate-tmpl** [**-b**] **-P** `directory` `path/to/base.txz` [`path/to/kernel.txz`]
 
 
 Description
@@ -17,6 +17,8 @@
 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)`.
@@ -40,6 +42,11 @@
    Copy dataset properties optimized for direct mounts of skeleton
    children over an already mounted base.
 
+.. option:: -b
+
+   Do not remove the ``/boot`` folder in `directory` but preserve it.
+   This option is implied if a `path/to/kernel.txz` is given.
+
 
 See Also
 --------