Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/ftjail-freebsd-update.rst @ 341:a204a7415d4a
"ftjail freebsd-update" is implemented.
It supports custom mountpoints also.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 03 Dec 2022 21:12:23 +0100 |
| parents | d3b5fe2712ca |
| children | 89877869a665 |
line wrap: on
line diff
--- a/docs/man/man8/ftjail-freebsd-update.rst Sat Dec 03 09:46:18 2022 +0100 +++ b/docs/man/man8/ftjail-freebsd-update.rst Sat Dec 03 21:12:23 2022 +0100 @@ -6,7 +6,7 @@ Synopsis -------- -**ftjail freebsd-update** [**-k**] [**-o** `old-origin`] `directory` +**ftjail freebsd-update** [**-k**] [**-o** `old-origin`] `directory` `new-origin` [`etcupdate-tarball`] Description @@ -14,6 +14,12 @@ A :manpage:`freebsd-update(8)` for a Thin Jail. +Make the ZFS dataset mounted at `directory` a read-only clone of `new-origin`. + +If `etcupdate-tarball` is given also call :manpage:`etcupdate(8)` on +the fully re-mounted directory tree that is rooted at `directory` +using `etcupdate-tarball` as new "current". + Options ------- @@ -22,7 +28,7 @@ .. option:: -k - Keep all temporary files. + Keep all temporary files. Temporary files are created in :file:`/var/tmp`. .. note:: On unexpected errors temp files are automatically kept.
