Minor \- fix for config file

This commit is contained in:
tschettervictor
2025-12-04 08:08:41 -07:00
committed by GitHub
parent 3a8f50f7ce
commit 35a2301e97

View File

@@ -23,7 +23,7 @@ bastille_sharedir="/usr/local/share/bastille" ## default
## ports - The FreeBSD ports (3rd party applications) tree
## src - The source code to the kernel + userland
## test - The FreeBSD test suite
## Whitespace separated list:
## Whitespace-separated list:
## bastille_bootstrap_archives="base lib32 ports src test"
bastille_bootstrap_archives="base" ## default: "base"
@@ -41,7 +41,7 @@ bastille_bootstrap_archives="base" ## default
## optional-jail[-dbg] - Optional base system software for jails
## src - System source code
## tests - System test suite
## Whitespace separated list:
## Whitespace-separated list:
## bastille_pkgbase_packages="base-jail lib32-dbg src"
bastille_pkgbase_packages="base-jail" ## default: "base-jail"