From c494b96651e825b05bca718c99cabee088e59383 Mon Sep 17 00:00:00 2001 From: adriel-tech <145532+adriel-tech@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:54:16 -0600 Subject: [PATCH] Update pkgbase.rst: mention bastille_pkgbase_packages Just adding a note about bastille_pkgbase_packages, hopefully the formatting is ok. --- docs/chapters/pkgbase.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/chapters/pkgbase.rst b/docs/chapters/pkgbase.rst index f92e8aa9..9b8ba613 100644 --- a/docs/chapters/pkgbase.rst +++ b/docs/chapters/pkgbase.rst @@ -12,6 +12,10 @@ To bootstrap a release using pkgbase, run ``bastille bootstrap --pkgbase RELEASE For version 14, it is not supported. For version 15 it is optional, but for version 16 and above, it is the default method of bootstrapping a release. +To customize the 'pkgbase package set' used for bootstrapping, change the 'bastille_pkgbase_packages' +setting located in ``/usr/local/etc/bastille/bastille.conf``. See also +:doc:`/chapters/configuration`. + Update ------ @@ -59,4 +63,4 @@ before attempting to upgrade to 16.0-RELEASE. This can be done in two ways. Converting a release to pkgbase can be done the same way, but we recommend simply destroying and re-bootstrapping it using pkgbase. This will not work if you are running thin jails -based on the release in question. In such a case, follow step 2 above. \ No newline at end of file +based on the release in question. In such a case, follow step 2 above.