freebsd-dev/share/man/man8
Colin Percival cabad26453 Add support for "first boot" rc.d scripts. [1]
These scripts, containing
# KEYWORD: firstboot
will only be run if a sentinel file (default: /firstboot, configurable
via the rc.conf ${firstboot_sentinel} variable) exists; this sentinel
file will be deleted at the end of the boot process.

Scripts can request that the system reboot after the first boot by
creating the file ${firstboot_sentinel}-reboot.

This functionality is expected to be useful for embedded systems and
virtual machine images, where it may be desirable to
(a) download and install updates which became available between when
the image was created and when it was "turned on";
(b) download and install packages which may be newer than those
which were available when the image was created;
(c) install packages which run binaries during their install process,
bypassing the problem of cross-architecture installs;
(d) resize filesystems to match the disk onto which a VM image was
installed;
(e) perform initialization tasks relevant to cloud systems (e.g.,
Amazon's Elastic Compute Cloud);
and likely to perform many other one-time initialization functions.

Document this new functionality in rc.conf(5) and rc(8). [2]

Reviewed by:	freebsd-current, freebsd-rc [1]
Reviewed by:	Warren Block [2]
MFC after:	3 days
2013-10-19 21:37:06 +00:00
..
crash.8 Fix various broken links in manual pages. 2011-07-23 22:55:32 +00:00
diskless.8 Change "options NFSCLIENT" to "options NFSCL" in diskless.8, 2011-08-08 13:13:22 +00:00
intro.8 Make it clear that section 8 also documents system management 2006-10-21 20:35:49 +00:00
Makefile Move the sticky manual from section 8 to section 2011-02-24 13:03:47 +00:00
nanobsd.8 Document NANO_ARCH which is no longer hard coded as of r205980. 2010-05-20 18:39:33 +00:00
picobsd.8 add missing sections, de-Xr non-existent page, properly space 2013-10-07 16:49:53 +00:00
rc.8 Add support for "first boot" rc.d scripts. [1] 2013-10-19 21:37:06 +00:00
rc.sendmail.8 Enable the automatic creation of a certificate (if one does not exists) 2013-10-19 18:51:06 +00:00
rc.subr.8 Add a setup script for unbound(8) called local-unbound-setup. It 2013-09-23 04:36:51 +00:00
rescue.8 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
yp.8 Add SEE ALSO. 2011-12-14 19:48:21 +00:00