Skip to content

Commit b24af44

Browse files
Fix: Use iwd to work around wpa_supplicant issue
1 parent 17274b3 commit b24af44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/eos/scripts/chrooted_cleaner_script.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,12 @@ Main() {
529529
_run_hotfix_end
530530
_show_info_about_installed_system
531531

532+
# Fix Wi-Fi by using iwd
533+
cat <<EOF | sudo tee /etc/NetworkManager/conf.d/wifi_backend.conf
534+
[device]
535+
wifi.backend=iwd
536+
EOF
537+
532538
# Remove pacnew files
533539
find /etc -type f -name "*.pacnew" -exec rm {} \;
534540

0 commit comments

Comments
 (0)