diff options
-rw-r--r-- | wiki/openbsd/installation.mdwn | 1 |
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`) |