no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | openbsd_install [2015/06/01 23:09] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== OpenBSD Install ====== | ||
| + | * [[OpenBSD]] | ||
| + | * [[OpenBSD Packages]] - binary installs (recommended) | ||
| + | * [[OpenBSD Ports]] - source installs (use for package index) | ||
| + | |||
| + | Installing from ISO. | ||
| + | |||
| + | == Set hostname == | ||
| + | |||
| + | < | ||
| + | echo openbsd.beandog.org > /etc/myname | ||
| + | </ | ||
| + | |||
| + | == Setup network routing == | ||
| + | |||
| + | Can be used when setting up a static ip | ||
| + | |||
| + | Edit ''/ | ||
| + | |||
| + | < | ||
| + | 1.2.3.4 | ||
| + | </ | ||
| + | |||
| + | == Install python and set as default == | ||
| + | |||
| + | < | ||
| + | pkg_add -r python | ||
| + | ln -sf / | ||
| + | ln -sf / | ||
| + | ln -sf / | ||
| + | ln -sf / | ||
| + | </ | ||