mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
35 lines
835 B
ReStructuredText
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.
|