If the install media contains non-free /*firmware*.tgz files, use fw_update
authorderaadt <deraadt@openbsd.org>
Tue, 11 Jan 2022 00:58:32 +0000 (00:58 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 11 Jan 2022 00:58:32 +0000 (00:58 +0000)
commite555e64e273f1ad3bafc6ea4ec125c55360f270c
treefe014bf8c4955b33f2f2253ed44d36ee7fe6e253
parent5ee650a7ce63e132742c8500d2e6bfef38af6c07
If the install media contains non-free /*firmware*.tgz files, use fw_update
to install them.  This lets users usb-lift firmware on a preloaded install70.img
image like this:
    # vnconfig install70.img
    vnd0
    # (mount /dev/vnd0a /mnt && cd /mnt && fw_update -F iwm iwx iwn intel)
    # umount /mnt && vnconfig -u vnd0
The firmwares are installed after the sets, then all network drivers are
re-configured in the hope that new firmwares have showed up.  The install
script continues to attempt a network firmware install, which might pull/update
additional firmwares.
work done with afresh1
distrib/miniroot/install.sub