summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 9baac4e..1580f09 100755
--- a/etc/rc
+++ b/etc/rc
@@ -400,6 +400,10 @@ echo -n "Launching the init system..."
/usr/bin/touch $varrunpath/booting
/etc/rc.bootup
+# /etc/rc.bootup unset $g['booting'], remove file right now to be
+# consistent
+/bin/rm $varrunpath/booting
+
# If a shell was selected from recovery
# console then just drop to the shell now.
if [ -f "/tmp/donotbootup" ]; then
@@ -428,7 +432,6 @@ echo "done."
/bin/chmod a+rw /tmp/.
echo "Bootup complete"
-/bin/rm $varrunpath/booting
/usr/local/bin/beep.sh start 2>&1 >/dev/null
OpenPOWER on IntegriCloud