Date: Fri, 18 Jul 2025 16:28:51 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 655fcdde1aff - main - release: Install wireless firmware to bootonly media Message-ID: <202507181628.56IGSpBU080652@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=655fcdde1aff164a3a02ad073334611117e20d4c commit 655fcdde1aff164a3a02ad073334611117e20d4c Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2025-07-16 13:46:34 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-07-18 16:27:32 +0000 release: Install wireless firmware to bootonly media Also install wireless firmware packages to the bootonly ISO and the mini-memstick image so users can fetch installation files over a wireless connection. Reported by: Mark Philips <mark@freebsdfoundation.org> Reviewed by: bz, emaste, imp, releng (cperciva) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D51348 --- release/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile b/release/Makefile index 7cafd7ddb787..5d7d1402d6f8 100644 --- a/release/Makefile +++ b/release/Makefile @@ -276,6 +276,7 @@ bootonly: .if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG)) # Install packages onto release media. ${PKG_INSTALL} pkg || true + ${PKG_INSTALL} wifi-firmware-iwlwifi-kmod wifi-firmware-rtw88-kmod || true ${PKG_CLEAN} || true .endif # Set up installation environment
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507181628.56IGSpBU080652>