mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 16:51:00 +01:00
docs: Typos
This commit is contained in:
@@ -40,7 +40,7 @@ Cloning
|
||||
-------
|
||||
|
||||
Bastille allows you to create a full duplicate of your jail using ``bastille clone``. To clone
|
||||
your jail to a duplicate jail, use the following command.
|
||||
your jail, use the following command.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
@@ -61,7 +61,7 @@ not work with any other jail types.
|
||||
|
||||
ishmael ~ # bastille create -T myjail 14.2-RELEASE 10.0.0.1
|
||||
|
||||
Once the jail is up and running, configure it to your liking, then run the followin commmand
|
||||
Once the jail is up and running, configure it to your liking, then run the following commmand
|
||||
to create a custom release based on your jail.
|
||||
|
||||
.. code-block:: shell
|
||||
@@ -69,7 +69,7 @@ to create a custom release based on your jail.
|
||||
ishmael ~ # bastille convert myjail myrelease
|
||||
|
||||
Once this process completes, you will be able to run the following command to create a jail
|
||||
base off your newly created release.
|
||||
bases off of your newly created release.
|
||||
|
||||
Please note that using this approach is experimental. It will be up to the end user to keep
|
||||
track of which official FreeBSD release their custom release is based on. The ``osrelease``
|
||||
|
||||
Reference in New Issue
Block a user