Explain to the user that the developer bootstrap process populates /usr/src, etc.

This commit is contained in:
Scott Ullrich 2006-09-17 06:45:16 +00:00
parent c195be3f3e
commit 2c05cc106a

View File

@ -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
;;