summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-09-26 06:17:25 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-09-26 06:17:25 +0000
commitc36b0a4edb4c98f1abc4d5508cda5177683ffc53 (patch)
treef170bfa1db350693210a03e06dc11c1711d3600d
parent364f9ab989fc82d104dbbcd8f37c0245151e1304 (diff)
Notes
-rw-r--r--etc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 504954d6dfdc..0fd78a2d94cc 100644
--- a/etc/rc
+++ b/etc/rc
@@ -181,6 +181,12 @@ esac
swapon -a
+# Last chance to do things before potentially waiting for
+# operator to do fsck related tasks
+if [ -r /etc/rc.early ]; then
+ . /etc/rc.early
+fi
+
case ${bootmode} in
autoboot)
echo 'Automatic boot in progress...'