From 2c05cc106a6ce89fd092806faf5482d638bbdc0f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 17 Sep 2006 06:45:16 +0000 Subject: [PATCH] Explain to the user that the developer bootstrap process populates /usr/src, etc. --- etc/rc.initial | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/rc.initial b/etc/rc.initial index 8e67c02fb6..a85b51ee4e 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 ;;