add iwd
parent
59cd5d66a9
commit
21a1070d10
|
@ -23,7 +23,7 @@ Mount point `/mnt/efi` with `512 MiB`.
|
|||
Skip swap because use swap file later.
|
||||
|
||||
In step **Boot loader**.
|
||||
Use [GRUB with UEFI systems](https://wiki.archlinux.org/index.php/GRUB#UEFI_systems).
|
||||
Use [GRUB: UEFI systems](https://wiki.archlinux.org/index.php/GRUB#UEFI_systems).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# Install iwd
|
||||
|
||||
Assume you use Archlinux.
|
||||
|
||||
Install [iwd](https://wiki.archlinux.org/index.php/Iwd).
|
||||
|
||||
Read [NetworkManager: Using iwd as the Wi-Fi backend](https://wiki.archlinux.org/index.php/NetworkManager#Using_iwd_as_the_Wi-Fi_backend).
|
||||
|
||||
Edit `/etc/NetworkManager/conf.d/wifi_backend.conf`:
|
||||
|
||||
```txt
|
||||
[device]
|
||||
wifi.backend=iwd
|
||||
```
|
Loading…
Reference in New Issue