docs: Clarify convert

This commit is contained in:
tschettervictor
2025-04-21 18:45:58 -06:00
committed by GitHub
parent 07f9fd824e
commit 3e504e49b9

View File

@@ -1,15 +1,27 @@
convert convert
======= =======
Convert a thin jail to a thick jail. Convert allows converting a thin jail to a thick jail.
It also allows converting a thick jail to a customized release.
Converting a thin jail to a thick jail requires only the target jail.
.. code-block:: shell .. code-block:: shell
ishmael ~ # bastille convert azkaban ishmael ~ # bastille convert azkaban
[azkaban]:
...
Syntax requires only the target jail to convert. Converting a thick jail to a custom release requires a target jail as
well as custom release name.
.. 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 .. code-block:: shell