Changeset View
Changeset View
Standalone View
Standalone View
share/man/man7/release.7
| Show All 16 Lines | |||||
| .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||||
| .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||||
| .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||||
| .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||||
| .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||||
| .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd May 20, 2025 | .Dd September 11, 2025 | ||||
| .Dt RELEASE 7 | .Dt RELEASE 7 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm release | .Nm release | ||||
| .Nd "release building infrastructure" | .Nd "release building infrastructure" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| .Fx | .Fx | ||||
| provides a complete build environment suitable for users to make | provides a complete build environment suitable for users to make | ||||
| ▲ Show 20 Lines • Show All 247 Lines • ▼ Show 20 Lines | |||||
| .Xr chroot 8 . | .Xr chroot 8 . | ||||
| This is intended for use only when | This is intended for use only when | ||||
| .Fa /usr/ports | .Fa /usr/ports | ||||
| is expected to exist by alternative means. | is expected to exist by alternative means. | ||||
| .It Va PKGBASE | .It Va PKGBASE | ||||
| Include base system packages for use with | Include base system packages for use with | ||||
| .Xr pkg 8 | .Xr pkg 8 | ||||
| on the install media, instead of legacy tarball distribution sets. | on the install media, instead of legacy tarball distribution sets. | ||||
| .It Va PKG_CMD | |||||
| A path to the | |||||
| .Xr pkg 8 | |||||
| executable to use when installing packages in release images as a non-root user. | |||||
| .It Va PKG_REPOS_DIR | |||||
| An optional path to a directory containing | |||||
| .Xr pkg 8 | |||||
| repository configuration files. | |||||
| These configuration files will be used when installing packages in release | |||||
| images as a non-root user. | |||||
| .It Va PKG_REPO_NAME | |||||
| The name of the repository configuration to use when installing packages in | |||||
| release images as a non-root user. | |||||
| .El | .El | ||||
| .Sh EMBEDDED BUILDS | .Sh EMBEDDED BUILDS | ||||
| The following | The following | ||||
| .Fa release.conf | .Fa release.conf | ||||
| variables are relevant only to release builds for embedded systems: | variables are relevant only to release builds for embedded systems: | ||||
| .Bl -tag -width Ev | .Bl -tag -width Ev | ||||
| .It Va EMBEDDEDBUILD | .It Va EMBEDDEDBUILD | ||||
| Set to a non-null value to enable functionality for embedded device | Set to a non-null value to enable functionality for embedded device | ||||
| ▲ Show 20 Lines • Show All 498 Lines • Show Last 20 Lines | |||||