diff options
| author | polyduekes <polyduekes@proton.me> | 2025-12-02 13:53:43 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-02 19:45:31 +0000 |
| commit | df815450fbdb494c85ca0c53f43cf9cee59e7dd1 (patch) | |
| tree | 04ff62be2d89bb3b26b3505cf8fa7283504c2d2b | |
| parent | adb4901ac9ae6c2ceb4194d139ed3176f6ed5e55 (diff) | |
release.7: PKGBASE is now the default
Signed-off-by: polyduekes-git <polyduekes@proton.me>
Reviewed by: cperciva, emaste, ziaee
Closes: https://github.com/freebsd/freebsd-src/pull/1913
| -rw-r--r-- | share/man/man7/release.7 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 2493a34721bc..3309b7edccc3 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -287,10 +287,9 @@ within the This is intended for use only when .Fa /usr/ports is expected to exist by alternative means. -.It Va PKGBASE -Include base system packages for use with -.Xr pkg 8 -on the install media, instead of legacy tarball distribution sets. +.It Va NOPKGBASE +Include legacy tarball distribution sets for use on the install media, +instead of base system packages. .It Va PKG_CMD A path to the .Xr pkg 8 |
