Short statement on the Ovarit situation
This commit is contained in:
parent
2639aba46c
commit
7728287dcd
24 changed files with 529 additions and 69 deletions
30
garden/os/openbsd.md
Executable file
30
garden/os/openbsd.md
Executable file
|
@ -0,0 +1,30 @@
|
|||
## installation
|
||||
|
||||
https://www.openbsd.org/faq/faq14.html#softraid
|
||||
|
||||
remember to run `ifconfig re0 up` before starting any shell operations
|
||||
|
||||
## package manager
|
||||
|
||||
https://www.openbsd.org/faq/faq15.html#Intro
|
||||
|
||||
apt search | pkg_info -Q
|
||||
apt install | pkg_add
|
||||
apt remove | pkg_delete
|
||||
|
||||
## wifi
|
||||
|
||||
run `ifconfig` and get name of wifi interface (for example, mine is `urtwn0`)
|
||||
|
||||
make a text file (as root) at `/etc/hostname.InterfaceName` (for example, `/etc/hostname.urtwn0`) with the following contents:
|
||||
|
||||
```
|
||||
join SSID wpakey WIFIPASSWORD
|
||||
inet autoconf
|
||||
```
|
||||
|
||||
then run `doas sh /etc/netstart`
|
||||
|
||||
## misc
|
||||
|
||||
there is no `lsblk`. to get a list of all disks connected, run `sysctl hw.disknames`
|
Loading…
Add table
Add a link
Reference in a new issue