*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: install.site | Section: 5 | Source: OpenBSD | File: install.site.5
INSTALL.SITE(5) FreeBSD File Formats Manual INSTALL.SITE(5) 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. siteXY sets must be included in index.txt in order to be fetched via HTTP(S) and selectable in the installer. If they exist and are executable, /install.site and /upgrade.site are run at the end of the install and upgrade process, respectively, with chroot(8) based at the system's root. FILES site${VERSION}.tgz Generic set. site${VERSION}-$(hostname -s).tgz Host-specific set. /upgrade.site Generic post-upgrade script. /install.site Generic post-install script. EXAMPLES Create site70 sets and update the index: # tar -czhf site70.tgz generic/ # tar -czhf site70-puffy.tgz puffy/ # ls -lT > index.txt Upgrade packages(7) upon reboot after sysupgrade(8) upgraded the system: # cat <<- EOF >> /upgrade.site echo 'pkg_add -Iu' >>/etc/rc.firsttime EOF # chmod +x /upgrade.site # sysupgrade SEE ALSO autoinstall(8), rc(8), sysupgrade(8) FreeBSD 14.1-RELEASE-p8 November 8, 2021 FreeBSD 14.1-RELEASE-p8

Navigation Options