summaryrefslogtreecommitdiff
path: root/tutorial.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-12 11:23:29 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-12 11:23:29 +0300
commit4df06daaadf8a95ee4ed9d7551d5f0d58c3f38d1 (patch)
tree3853d7030c3395f43439022d011e672dd764df78 /tutorial.md
parent01b875bb0f5ca7ef7ffac402685c5f6ba61366c4 (diff)
downloadv-i-4df06daaadf8a95ee4ed9d7551d5f0d58c3f38d1.tar.gz
docs(tutorial.md): show how to connect to wifi
Sponsored-by: author
Diffstat (limited to 'tutorial.md')
-rw-r--r--tutorial.md11
1 files changed, 11 insertions, 0 deletions
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