Files
BastilleBSD_bastille/docs/chapters/subcommands/convert.rst
tschettervictor b60af850c9 Finish man pages
2025-12-06 23:19:19 -07:00

35 lines
835 B
ReStructuredText

convert
=======
Converting a thin jail to a thick jail requires only the TARGET arg.
.. code-block:: shell
ishmael ~ # bastille convert azkaban
Converting a thick jail to a custom release requires the TARGET and
RELEASE as args.
.. code-block:: shell
ishmael ~ # bastille convert azkaban myrelease
This release can then be used to create a thick jail using the ``--no-validate``
flag.
.. code-block:: shell
ishmael ~ # bastille create --no-validate customjail myrelease 10.0.0.1
.. code-block:: shell
ishmael ~ # bastille convert help
Usage: bastille convert [option(s)] TARGET
TARGET RELEASE
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-y | --yes Do not prompt. Assume always yes.
-x | --debug Enable debug mode.