git: d0a317ccc1 - main - Status/2025Q2/pkgbase-bsdinstall.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Jul 2025 13:34:39 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/doc/commit/?id=d0a317ccc15d97e1aff477ba0c699d47a18612e2
commit d0a317ccc15d97e1aff477ba0c699d47a18612e2
Author: Isaac Freund <ifreund@freebsdfoundation.org>
AuthorDate: 2025-07-15 13:03:16 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-07-15 13:12:27 +0000
Status/2025Q2/pkgbase-bsdinstall.adoc: Add report
Reviewed by: status (Pau Amma <pauamma@gundo.com>)
Differential Revision: https://reviews.freebsd.org/D51092
---
.../status/report-2025-04-2025-06/pkgbase-bsdinstall.adoc | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/website/content/en/status/report-2025-04-2025-06/pkgbase-bsdinstall.adoc b/website/content/en/status/report-2025-04-2025-06/pkgbase-bsdinstall.adoc
new file mode 100644
index 0000000000..764f99721a
--- /dev/null
+++ b/website/content/en/status/report-2025-04-2025-06/pkgbase-bsdinstall.adoc
@@ -0,0 +1,13 @@
+=== Support for pkgbase in the FreeBSD installer
+
+Contact: Isaac Freund <ifreund@freebsdfoundation.org>
+
+The FreeBSD installer now supports installing a link:https://wiki.freebsd.org/PkgBase[pkgbase] system.
+
+Recent FreeBSD 15.0 snapshots have a new dialog in the installer that allows the user to fetch and install packages from pkg.freebsd.org instead of using the legacy distribution sets.
+
+There is also support in the build system to build FreeBSD installation media with offline pkgbase packages included, enabling fully offline installation of a pkgbase system.
+These offline pkgbase packages are not yet included in 15.0 snapshot release installation however, as including both the offline legacy distribution sets and pkgbase packages would significantly increase the size of the installation media.
+There is however a `-DPKGBASE` build-time switch ready to be flipped by the FreeBSD Release Engineering team, hopefully in the near future.
+
+Sponsor: The FreeBSD Foundation