Skip to content

Commit

Permalink
Fix 'wifionly' hint: -p is the wrong option here
Browse files Browse the repository at this point in the history
OK tj@
  • Loading branch information
job committed Dec 23, 2024
1 parent ec942a0 commit 40cc212
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion faq/faq4.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,11 @@ <h2 id="WifiOnly">Bootstrapping Wireless Firmware</h2>
# <b>vnconfig install76.img</b>
vnd0
# <b>mount /dev/vnd0a /mnt</b>
# <b>fw_update -Fv -p /mnt iwm</b>
# <b>cd /mnt</b>
# <b>fw_update -Fv iwm</b>
Get/Verify iwm-firmware-20240410.tgz ... done.
fw_update: download iwm
# <b>cd /</b>
# <b>umount /mnt</b>
# <b>vnconfig -u vnd0</b>
</pre>
Expand Down

0 comments on commit 40cc212

Please sign in to comment.