Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143960509
D47491.id146661.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
617 B
Referenced Files
None
Subscribers
None
D47491.id146661.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig
--- a/usr.sbin/bsdinstall/scripts/wlanconfig
+++ b/usr.sbin/bsdinstall/scripts/wlanconfig
@@ -55,7 +55,8 @@
"$WLAN_IFACE" "$ifconfig_args"
error_str="${error_str#ifconfig: }"
# Restart wpa_supplicant(8) (should not fail).
- [ "$iface_up" ] && f_eval_catch -d wlanconfig wpa_supplicant \
+ [ "$iface_up" ] && ifconfig "$WLAN_IFACE" up && \
+ f_eval_catch -d wlanconfig wpa_supplicant \
'wpa_supplicant -B -i "%s" -c "%s/wpa_supplicant.conf"' \
"$WLAN_IFACE" "$BSDINSTALL_TMPETC"
if [ "$error_str" ]; then
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 3, 2:51 PM (9 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28424854
Default Alt Text
D47491.id146661.diff (617 B)
Attached To
Mode
D47491: bsdinstall: add menu to install firmware
Attached
Detach File
Event Timeline
Log In to Comment