comparison 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
comparison
equal deleted inserted replaced
455:34f9f8c24223 456:1aa75c6d3ef6
4 ==================== 4 ====================
5 5
6 Synopsis 6 Synopsis
7 -------- 7 --------
8 8
9 **ftjail populate-tmpl** **-L** `directory` `path/to/base.txz` 9 **ftjail populate-tmpl** [**-b**] **-L** `directory` `path/to/base.txz` [`path/to/kernel.txz`]
10 10
11 **ftjail populate-tmpl** **-P** `directory` `path/to/base.txz` 11 **ftjail populate-tmpl** [**-b**] **-P** `directory` `path/to/base.txz` [`path/to/kernel.txz`]
12 12
13 13
14 Description 14 Description
15 ----------- 15 -----------
16 16
17 Populate the directory in `directory` with a FreeBSD base system. 17 Populate the directory in `directory` with a FreeBSD base system.
18 The base system's archive ist in `path/to/base.txz`. 18 The base system's archive ist in `path/to/base.txz`.
19
20 Optionally a FreeBSD kernel can be extracted also.
19 21
20 The directory in `directory` must already have a proper 22 The directory in `directory` must already have a proper
21 directory layout. 23 directory layout.
22 This can be accomplished by :manpage:`ftjail-mount-tmpl(8)`. 24 This can be accomplished by :manpage:`ftjail-mount-tmpl(8)`.
23 25
38 .. option:: -P 40 .. option:: -P
39 41
40 Copy dataset properties optimized for direct mounts of skeleton 42 Copy dataset properties optimized for direct mounts of skeleton
41 children over an already mounted base. 43 children over an already mounted base.
42 44
45 .. option:: -b
46
47 Do not remove the ``/boot`` folder in `directory` but preserve it.
48 This option is implied if a `path/to/kernel.txz` is given.
49
43 50
44 See Also 51 See Also
45 -------- 52 --------
46 53
47 :manpage:`ftjail(8)`, :manpage:`ftjail-mount-tmpl(8)` 54 :manpage:`ftjail(8)`, :manpage:`ftjail-mount-tmpl(8)`