summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-08 22:08:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-08 22:08:47 +0000
commitf6db5a8384bc0dc4f3e9adc939df5b368f1b8e14 (patch)
treeae7a9ce58f286cd4e16b25a23df582e90ac38610 /etc/rc.initial
parentda31c3967bf6507d0b5a8f749a54be1175c5765c (diff)
downloadpfsense-f6db5a8384bc0dc4f3e9adc939df5b368f1b8e14.zip
pfsense-f6db5a8384bc0dc4f3e9adc939df5b368f1b8e14.tar.gz
Explain what the development bootstrap process is doing and what to expect
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 205e974..022d0eb 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -10,7 +10,11 @@
if [ -e /usr/local/etc/rc.d/dev_bootstrap.sh ]; then
echo
- echo "A bootstrap is most likely in progress."
+ echo "A developer bootstrap is most likely in progress."
+ echo "This operation bootstraps all developer files from"
+ echo "pfSense.com and also FreeBSD.org and builds a ISO"
+ echo "to verify the environment is sane."
+ echo
echo -n "Would you like to tail the progress [n]? "
read ANSWER
if [ "$ANSWER" = "y" ]; then
OpenPOWER on IntegriCloud