summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-17 06:45:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-17 06:45:16 +0000
commit2c05cc106a6ce89fd092806faf5482d638bbdc0f (patch)
tree7b75e48c1bf59d6026c61ace21ffc3b0cd133bdc /etc/rc.initial
parentc195be3f3eb3de32f1df5e6fe53a2c5d3b42c5be (diff)
downloadpfsense-2c05cc106a6ce89fd092806faf5482d638bbdc0f.zip
pfsense-2c05cc106a6ce89fd092806faf5482d638bbdc0f.tar.gz
Explain to the user that the developer bootstrap process populates /usr/src, etc.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 8e67c02..a85b51e 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -15,6 +15,9 @@ if [ -e /usr/local/etc/rc.d/dev_bootstrap.sh ]; then
echo "pfSense.com and also FreeBSD.org and builds a ISO"
echo "to verify the environment is sane."
echo
+ echo "During this process, /usr/src is automatically downloaded"
+ echo "and many supporting files are built, installed, etc."
+ echo
echo -n "Would you like to tail the progress [n]? "
read ANSWER
if [ "$ANSWER" = "y" ]; then
@@ -129,7 +132,7 @@ case ${opmode} in
;;
12)
/etc/rc.banner
- ;;
+ ;;
98)
if [ ! -f /tmp/config_moved ]; then
/etc/rc.initial.store_config_to_removable_device
@@ -138,7 +141,7 @@ case ${opmode} in
99)
if [ -e /dev/ukbd0 ]; then
env TERM=cons25 /scripts/lua_installer
- else
+ else
/scripts/lua_installer
fi
;;
OpenPOWER on IntegriCloud