diff options
Diffstat (limited to 'static/freebsd/man8/beinstall.8 3.html')
| -rw-r--r-- | static/freebsd/man8/beinstall.8 3.html | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/static/freebsd/man8/beinstall.8 3.html b/static/freebsd/man8/beinstall.8 3.html deleted file mode 100644 index 701bc380..00000000 --- a/static/freebsd/man8/beinstall.8 3.html +++ /dev/null @@ -1,107 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">BEINSTALL.SH(8)</td> - <td class="head-vol">System Manager's Manual</td> - <td class="head-rtitle">BEINSTALL.SH(8)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">beinstall.sh</code> — - <span class="Nd">install a boot environment using the current FreeBSD source - tree</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<table class="Nm"> - <tr> - <td><code class="Nm">beinstall.sh</code></td> - <td>[<var class="Ar">options</var> <var class="Ar">...</var>]</td> - </tr> -</table> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp"><code class="Nm">beinstall.sh</code> installs a boot environment - using the current <span class="Ux">FreeBSD</span> source tree. - <code class="Nm">beinstall.sh</code> also automatically performs - <span class="Pa">/etc</span> updates (using <a class="Xr">etcupdate(8)</a>) - and package updates using <a class="Xr">pkg-upgrade(8)</a> automatically in - the new boot environment sandbox.</p> -<p class="Pp">Upon successful completion, the system will be ready to boot into - the new boot environment. Upon failure, the target boot environment will be - destroyed. In all cases, the running system is left untouched and a reboot - into a partially updated system (due to install or hardware failure) cannot - happen. Additionally, the full installation process requires only one reboot - as it is performed in a new boot environment.</p> -<p class="Pp"><code class="Nm">beinstall.sh</code> requires a fully built world - and kernel. It also requires <a class="Xr">pkg(8)</a>, which is not present - in the base system and has to be installed manually.</p> -<p class="Pp">The <var class="Ar">options</var> provided to - <code class="Nm">beinstall.sh</code> are world and kernel flags like - <code class="Ev">KERNCONF</code> as described in - <a class="Xr">build(7)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="ENVIRONMENT"><a class="permalink" href="#ENVIRONMENT">ENVIRONMENT</a></h1> -<p class="Pp">User modifiable variables. Set these in the environment if - desired:</p> -<dl class="Bl-tag"> - <dt id="BE_UTILITY"><a class="permalink" href="#BE_UTILITY"><code class="Ev">BE_UTILITY</code></a> - (default: “<code class="Li">bectl</code>”)</dt> - <dd>Utility to manage ZFS boot environments. This can be either - <a class="Xr">bectl(8)</a> from the base system or - <a class="Xr">beadm(1)</a> from ports (sysutils/beadm).</dd> - <dt id="CONFIG_UPDATER"><a class="permalink" href="#CONFIG_UPDATER"><code class="Ev">CONFIG_UPDATER</code></a> - (default: “<code class="Li">etcupdate</code>”)</dt> - <dd>Config updater: <a class="Xr">etcupdate(8)</a> is supported. Set to an - empty string to skip.</dd> - <dt id="ETCUPDATE_FLAGS"><a class="permalink" href="#ETCUPDATE_FLAGS"><code class="Ev">ETCUPDATE_FLAGS</code></a> - (default: “<code class="Li">-F</code>”)</dt> - <dd>Flags for <a class="Xr">etcupdate(8)</a> if used.</dd> - <dt id="NO_PKG_UPGRADE"><a class="permalink" href="#NO_PKG_UPGRADE"><code class="Ev">NO_PKG_UPGRADE</code></a> - (default: “<code class="Li"></code>”)</dt> - <dd>If not empty, “<code class="Li">pkg upgrade</code>” will be - skipped.</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<dl class="Bl-tag"> - <dt id="src/"><a class="permalink" href="#src/"><b class="Sy">src/</b></a><span class="Pa">tools/build/beinstall.sh</span></dt> - <dd>Place where <code class="Nm">beinstall.sh</code> lives in the src - tree.</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">build(7)</a>, <a class="Xr">development(7)</a>, - <a class="Xr">bectl(8)</a>, <a class="Xr">etcupdate(8)</a>, - <a class="Xr">pkg(8)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp"><code class="Nm">beinstall.sh</code> is inspired by and similar in - function to Solaris/illumos-style upgrades.</p> -<p class="Pp">The <code class="Nm">beinstall.sh</code> manual page first - appeared in <span class="Ux">FreeBSD 12.0</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">The <code class="Nm">beinstall.sh</code> script was implemented by - <span class="An">Will Andrews</span> - <<a class="Mt" href="mailto:will@FreeBSD.org">will@FreeBSD.org</a>>. - This manual page was written by - <br/> - <span class="An">Mateusz Piotrowski</span> - <<a class="Mt" href="mailto:0mp@FreeBSD.org">0mp@FreeBSD.org</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">October 30, 2020</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
