| 3f5385be | 24-Sep-2025 |
Lexi Winter <ivy@FreeBSD.org> |
release: Improve kernel package handling
Although support for PowerPC kernels (GENERIC64 and GENERIC64LE) was added to pkgbase-stage.lua, the equivalent support was missing from bsdinstall, so the i
release: Improve kernel package handling
Although support for PowerPC kernels (GENERIC64 and GENERIC64LE) was added to pkgbase-stage.lua, the equivalent support was missing from bsdinstall, so the installer would fail at runtime since it wouldn't find a kernel package.
Improve the pkgbase-stage logic to have a specific list of kernels we want to support (which avoids breaking if multiple kernels are available), and use the same logic in both bsdinstall and pkgbase-stage.
MFC after: 1 day Reviewed by: cperciva Differential Revision: https://reviews.freebsd.org/D52638
show more ...
|
| 5bb96dab | 24-Sep-2025 |
Lexi Winter <ivy@FreeBSD.org> |
pkgbase-stage.lua: Add pkg package to the offline repo
We need a pkg package on the media so we can install it for offline installations; copy this package from the staging repository to the pkgbase
pkgbase-stage.lua: Add pkg package to the offline repo
We need a pkg package on the media so we can install it for offline installations; copy this package from the staging repository to the pkgbase offline repository on the media.
MFC after: 1 day Reviewed by: ifreund_freebsdfoundation.org, cperciva Differential Revision: https://reviews.freebsd.org/D52636
show more ...
|
| 7e79bc8c | 16-Sep-2025 |
Isaac Freund <ifreund@freebsdfoundation.org> |
release: use sets to select base packages
The introduction of package sets allows us to replace the current fragile string matching with this simpler and more robust alternative.
Sponsored by: The
release: use sets to select base packages
The introduction of package sets allows us to replace the current fragile string matching with this simpler and more robust alternative.
Sponsored by: The FreeBSD Foundation MFC after: 3 seconds Reviewed by: emaste, ivy Differential Revision: https://reviews.freebsd.org/D52592
show more ...
|