From d9f1dfdc2fb89754877482841f59d3679f7a3010 Mon Sep 17 00:00:00 2001 From: fellmoon Date: Mon, 21 Mar 2022 00:42:39 +0100 Subject: [PATCH 1/2] Update bootstrap.rst added example how to bootstrap hardenedbsd --- docs/chapters/subcommands/bootstrap.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/bootstrap.rst b/docs/chapters/subcommands/bootstrap.rst index ef06edc..9e31a26 100644 --- a/docs/chapters/subcommands/bootstrap.rst +++ b/docs/chapters/subcommands/bootstrap.rst @@ -22,7 +22,7 @@ Releases Example ------- -To `bootstrap` a release, run the bootstrap sub-command with the +To `bootstrap` a FreeBSD release, run the bootstrap sub-command with the release version as the argument. .. code-block:: shell @@ -30,6 +30,14 @@ release version as the argument. ishmael ~ # bastille bootstrap 11.4-RELEASE [update] ishmael ~ # bastille bootstrap 12.1-RELEASE +To `bootstrap` a HardenedBSD release, run the bootstrap sub-command with the +build version as the argument. + +.. code-block:: shell + + ishmael ~ # bastille bootstrap 13.0-stable-build-latest + + This command will ensure the required directory structures are in place and download the requested release. For each requested release, `bootstrap` will download the base.txz. These files are verified (sha256 via MANIFEST file) From a97ac27a466650530ae8a6d8aee003764b03700a Mon Sep 17 00:00:00 2001 From: fellmoon Date: Wed, 4 May 2022 22:27:15 +0200 Subject: [PATCH 2/2] Update bootstrap.rst --- docs/chapters/subcommands/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/bootstrap.rst b/docs/chapters/subcommands/bootstrap.rst index 9e31a26..931b796 100644 --- a/docs/chapters/subcommands/bootstrap.rst +++ b/docs/chapters/subcommands/bootstrap.rst @@ -35,7 +35,7 @@ build version as the argument. .. code-block:: shell - ishmael ~ # bastille bootstrap 13.0-stable-build-latest + ishmael ~ # bastille bootstrap 13-stable-build-latest This command will ensure the required directory structures are in place and