diff options
author | bt <bt@web> | 2024-04-10 12:27:41 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-04-10 12:27:41 -0500 |
commit | 3763edacb633717645a1f3992ac47abaf95fff28 (patch) | |
tree | ef356a600b02c7ff4580a9bfd7618b34668142f0 /wiki/openbsd | |
parent | 1adedea41224b0ceb12bb6d05c94d7793c768ac4 (diff) |
Diffstat (limited to 'wiki/openbsd')
-rw-r--r-- | wiki/openbsd/installation.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wiki/openbsd/installation.mdwn b/wiki/openbsd/installation.mdwn index 30ea13a..a5a1426 100644 --- a/wiki/openbsd/installation.mdwn +++ b/wiki/openbsd/installation.mdwn @@ -65,10 +65,10 @@ Simply run the command: `fw_update` To enable wifi on your device, run the following command (filling in the proper details where need be) - echo "join WIFI-NAME wpakey PASSPHRASE" >> /etc/hostname.iwn0 - echo "dhcp" >> /etc/hostname.iwn0 - echo "inet6 autoconf" >> /etc/hostname.iwn0 - echo "up powersave" >> /etc/hostname.iwn0 + echo "join WIFI-NAME wpakey PASSPHRASE" >> /etc/hostname.iwn0 + echo "dhcp" >> /etc/hostname.iwn0 + echo "inet6 autoconf" >> /etc/hostname.iwn0 + echo "up powersave" >> /etc/hostname.iwn0 Take note of the `iwn0`, as this might differ on your machine. (You can check this my running `ifconfig`) |