From 40cc2120bcfa06130e84d2bfd6fa55c91f8d8534 Mon Sep 17 00:00:00 2001 From: job Date: Mon, 23 Dec 2024 22:19:40 +0000 Subject: [PATCH] Fix 'wifionly' hint: -p is the wrong option here OK tj@ --- faq/faq4.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/faq/faq4.html b/faq/faq4.html index 365c5b5b7..1a9aaf53d 100644 --- a/faq/faq4.html +++ b/faq/faq4.html @@ -507,7 +507,11 @@

Bootstrapping Wireless Firmware

# vnconfig install76.img vnd0 # mount /dev/vnd0a /mnt -# fw_update -Fv -p /mnt iwm +# cd /mnt +# fw_update -Fv iwm +Get/Verify iwm-firmware-20240410.tgz ... done. +fw_update: download iwm +# cd / # umount /mnt # vnconfig -u vnd0