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 --- /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 + +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