INSTALL.SITE(5) - File Formats Manual # INSTALL.SITE(5) - File Formats Manual
NAME # install.site, upgrade.site - OpenBSD installation and upgrade customization
DESCRIPTION # The OpenBSD installer allows user-created sets and scripts to complement and modify the files from a default install prior to rebooting.
Like the official file sets, generic site${‌VERSION}.tgz and hostname-specific site${‌VERSION}-$(hostname -s).tgz sets are gzip(1) compressed tar(1) archives rooted in / and untarred with the -xzphf options.
...
INSTALLURL(5) - File Formats Manual # INSTALLURL(5) - File Formats Manual
NAME # installurl - OpenBSD mirror server location
DESCRIPTION # The /etc/installurl file contains a single line specifying an OpenBSD mirror server URL, such as
https://cdn.openbsd.org/pub/OpenBSD It is created by the installer script during installations and upgrades.
Empty lines and lines beginning with ‘#’ in the file are ignored.
FILES # /etc/installurl
SEE ALSO # pkg_add(1), syspatch(8), sysupgrade(8)
...
SIGNIFY(1) - General Commands Manual # SIGNIFY(1) - General Commands Manual
NAME # signify - cryptographically sign and verify files
SYNOPSIS # signify -C [-q] [-p pubkey] [-t keytype] -x sigfile [file …]
signify -G [-n] [-c comment] -p pubkey -s seckey
signify -S [-enz] [-x sigfile] -s seckey -m message
signify -V [-eqz] [-p pubkey] [-t keytype] [-x sigfile] -m message
DESCRIPTION # The signify utility creates and verifies cryptographic signatures.
...
SYSUPGRADE(8) - System Manager’s Manual # SYSUPGRADE(8) - System Manager’s Manual
NAME # sysupgrade - upgrade system to the next release or a new snapshot
SYNOPSIS # sysupgrade [-fkn] [-r | -s] [-b base-directory] [installurl]
DESCRIPTION # sysupgrade is a utility to upgrade OpenBSD to the next release or a new snapshot if available.
sysupgrade downloads the necessary files to /home/_sysupgrade, verifies them with signify(1), and copies bsd.rd to /bsd.
...