summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 504954d..0fd78a2 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...'
OpenPOWER on IntegriCloud