From 74283bbb86ebc9cb5238b5af6f07fe69dd381ade Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 8 Apr 2006 22:11:24 +0000 Subject: Explain that the tailing process will exit when developer bootstrap is completed. --- etc/rc.initial | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/rc.initial') 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 -- cgit v1.1