mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
README: document how to connect to the internet using the installer
This commit is contained in:
parent
0ef467aa20
commit
69673beebc
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -7,6 +7,19 @@ This repo is managed with Nix + GNU stow
|
||||||
- `dd` the image to a flash drive (remember to `sync`)
|
- `dd` the image to a flash drive (remember to `sync`)
|
||||||
- boot off that flash drive
|
- boot off that flash drive
|
||||||
|
|
||||||
|
- Connect to the Internet
|
||||||
|
- start `wpa_supplicant.service`
|
||||||
|
- `wpa_cli`
|
||||||
|
```bash
|
||||||
|
add_network
|
||||||
|
# wil return a number
|
||||||
|
set_network <number> ssid "<ssid>"
|
||||||
|
set_network <number> psk "<your password>"
|
||||||
|
select_network 0
|
||||||
|
# profit
|
||||||
|
```
|
||||||
|
source: https://askubuntu.com/a/833894
|
||||||
|
|
||||||
- Format disk (DANGER)
|
- Format disk (DANGER)
|
||||||
- modify the disko file to point to the disk to be formatted
|
- modify the disko file to point to the disk to be formatted
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue