summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 022d0eb..819806d 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -19,8 +19,12 @@ if [ -e /usr/local/etc/rc.d/dev_bootstrap.sh ]; then
read ANSWER
if [ "$ANSWER" = "y" ]; then
echo
+ echo "Tailing developer bootstrap process."
+ echo
echo "Press CTRL-C to abort."
echo
+ echo "Note, this tailing process will exit once the operation is completed."
+ echo
tail -f /tmp/bootup_messages
fi
fi
OpenPOWER on IntegriCloud