diff --git a/README.md b/README.md index 1f91085e..400ff77f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,19 @@ This repo is managed with Nix + GNU stow - `dd` the image to a flash drive (remember to `sync`) - boot off that flash drive +- Connect to the Internet + - start `wpa_supplicant.service` + - `wpa_cli` + ```bash + add_network + # wil return a number + set_network ssid "" + set_network psk "" + select_network 0 + # profit + ``` + source: https://askubuntu.com/a/833894 + - Format disk (DANGER) - modify the disko file to point to the disk to be formatted