Date: Thu, 19 Jun 2025 15:47:35 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 287654] bsdinstall: fwget failure silently results in non-working Wi-Fi Message-ID: <bug-287654-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287654 Bug ID: 287654 Summary: bsdinstall: fwget failure silently results in non-working Wi-Fi Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: emaste@freebsd.org If bsdinstall's `pkg install` for a firmware package fails an error very briefly blinks on the screen but the install immediately proceeds w/o the firmware getting installed. This was observed while testing today's 15-CURRENT installer in an environment where the Wi-Fi has a captive portal, so DHCP is successful but internet access is not functional. >From usr.sbin/bsdinstall/scripts/firmware: # Install each of the selected firmware packages for fw in ${selected}; do # We install one at a time in case one is not avail. # pkg-install.8 needs an option to skip unavail. ASSUME_ALWAYS_YES=YES chroot $BSDINSTALL_CHROOT pkg install -qy ${fw} done -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-287654-227>
