From 4df06daaadf8a95ee4ed9d7551d5f0d58c3f38d1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Aug 2023 11:23:29 +0300 Subject: docs(tutorial.md): show how to connect to wifi Sponsored-by: author --- tutorial.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tutorial.md') diff --git a/tutorial.md b/tutorial.md index e93be24..33507c6 100644 --- a/tutorial.md +++ b/tutorial.md @@ -70,6 +70,17 @@ The steps: 8. Wait for the system to boot. Log in as root, either from the virtual console (no password), or via SSH. + If you need to connect to wifi, you need to log in as root and run + the following commands: + + ~~~sh + iwctl station wlan0 get-networks + iwctl stations wlan0 connect DadItIsThisOne + ~~~ + + Substitute the name of the network as needed. Enter wifi password + when requested. + 9. Create a target specification file `foo-target.yaml`. The name can be anything, but it must be valid YAML. In the example below, there is one NVMe drive that will get the system installed. All drives -- cgit v1.2.1