summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2013-10-22 16:09:44 +0000
committercperciva <cperciva@FreeBSD.org>2013-10-22 16:09:44 +0000
commit287864b1a7317cf7568bd46c04a058a453c45509 (patch)
tree91ea014ef91994cbe7cb0862b12717ed1bcf1d4b /etc/defaults
parentbb4ca793bf3f1958efd8b4cf91d06caf0ff9feab (diff)
downloadFreeBSD-src-287864b1a7317cf7568bd46c04a058a453c45509.zip
FreeBSD-src-287864b1a7317cf7568bd46c04a058a453c45509.tar.gz
MFC r256775,r256776:
Add support for "first boot" rc.d scripts. Document this new functionality in rc.conf(5) and rc(8). Bump __FreeBSD_version so that ports can make use of this. Approved by: re (gjb)
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index f330638..6b037f3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -619,6 +619,9 @@ quotacheck_flags="-a" # Check all file system quotas (if enabled)
accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
ibcs2_loaders="coff" # List of additional Ibcs2 loaders (or NO).
+firstboot_sentinel="/firstboot" # Scripts with "firstboot" keyword are run if
+ # this file exists. Should be on a R/W filesystem so
+ # the file can be deleted after the boot completes.
# Emulation/compatibility services provided by /etc/rc.d/abi
sysvipc_enable="NO" # Load System V IPC primitives at startup (or NO).
OpenPOWER on IntegriCloud