..just before 2.8.6 "add users".. I'll take the defaults for now. 

fwlist=`chroot $BSDINSTALL_CHROOT fwget -q -n`
ShelLuser, mikethe1wheelnut means the "firmware" script menu [1] executed by bsdinstall(8) during menu guided installation.
The script executes fwget(8) to install wifi and drm-kmod firmware from packages.
Code:fwlist=`chroot $BSDINSTALL_CHROOT fwget -q -n`
[1]
View attachment 22417
The screenshot was taken from a VirtualBox VM. The options selector appears only when there are supported pci wifi and, I believe, display devices present on the system which require firmware.I don't recall seeing that particular screenshot, though it might have happened. What I saw was another menu where you could select multiple options.
It is a new feature on 14.2. The "firmware" script was introduced on CURRENT first, then "Merged From Current" into 14-STABLE, from there into 14.2-RELEASE. 14.1-RELEASE hadn't such a script.I assumed that this is a very recent addition to the installation process, so recent that the documentation hasn't caught-up yet.
The screenshot was taken from a VirtualBox VM. The options selector appears only when there are supported pci wifi and, I believe, display devices present on the system which require firmware.
Since VirtualBox doesn't support pci passthrough, there are no pci devices present to install firmware for in the VM, and ultimately no options selector displayed but only a "No firmware to install" notification you see in the screenshot. This notification appears also when no supported devices are present on a bare metal system.
It is a new feature on 14.2. The "firmware" script was introduced on CURRENT first, then "Merged From Current" into 14-STABLE, from there into 14.2-RELEASE. 14.1-RELEASE hadn't such a script.
I haven't found a PR addressing this issue, if you like, please feel free to open one. Chances are higher to attract attention there than here. FreeBSD documentation maintainers are not frequenting forums on a regular basis, if at all.
Even if you don't, no problem at all. If you are interested in details you don't understand, just ask. Besides me, there are many other forum users who would be happy to explain.Thanks! At some point in the distant future I may understand all of that!![]()
Good find. Skimming through the article, it has all the details necessary to for a PR.Thanks for the tip about the PR! I'm assuming you're referring to this. As soon as I've read the instructions, I'll get right on it!
Even if you don't, no problem at all. If you are interested in details you don't understand, just ask. Besides me, there are many other forum users who would be happy to explain.
Good find. Skimming through the article, it has all the details necessary to for a PR.