summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-08 22:11:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-08 22:11:24 +0000
commit74283bbb86ebc9cb5238b5af6f07fe69dd381ade (patch)
tree58d79c89da25993ee711dc64cebf4dcdec15df5b /etc/rc.initial
parentf6db5a8384bc0dc4f3e9adc939df5b368f1b8e14 (diff)
downloadpfsense-74283bbb86ebc9cb5238b5af6f07fe69dd381ade.zip
pfsense-74283bbb86ebc9cb5238b5af6f07fe69dd381ade.tar.gz
Explain that the tailing process will exit when developer bootstrap is completed.
Diffstat (limited to 'etc/rc.initial')
-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