git: 655fcdde1aff - main - release: Install wireless firmware to bootonly media

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Fri, 18 Jul 2025 16:28:51 UTC
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