From 27f8ee0d2741585300ee5dba4581a04832bf7ca6 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:18:56 -0600 Subject: [PATCH] docs: Typos --- docs/chapters/centralized-assets.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/chapters/centralized-assets.rst b/docs/chapters/centralized-assets.rst index 40041ef0..5cb45009 100644 --- a/docs/chapters/centralized-assets.rst +++ b/docs/chapters/centralized-assets.rst @@ -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``