summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorbt <bt@web>2024-04-10 12:31:01 -0500
committerIkiWiki <ikiwiki.info>2024-04-10 12:31:01 -0500
commitdf0c4837a41902cd511c54ff9d149f6cdeca2052 (patch)
treeac9cb325c47a6f436ab8bd87bbae236d96e4db6c /wiki
parente32c5f852ba342d8af1eafe764abe3625e36897c (diff)
Diffstat (limited to 'wiki')
-rw-r--r--wiki/openbsd/installation.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiki/openbsd/installation.mdwn b/wiki/openbsd/installation.mdwn
index 324f626..df450fd 100644
--- a/wiki/openbsd/installation.mdwn
+++ b/wiki/openbsd/installation.mdwn
@@ -73,6 +73,7 @@ To enable wifi on your device, run the following command (filling in the proper
echo "dhcp" >> /etc/hostname.iwn0
echo "inet6 autoconf" >> /etc/hostname.iwn0
echo "up powersave" >> /etc/hostname.iwn0
+ dhclient iwn0
Take note of the `iwn0`, as this might differ on your machine. (You can check this my running `ifconfig`)