From 69673beebccfba6f317c28de2244e91a55a37584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 9 Aug 2025 13:19:25 +0200 Subject: [PATCH] README: document how to connect to the internet using the installer --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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