From 88478ff82ed4803cb281fb6ccbea9b67be9598d5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Jun 2005 18:28:52 +0000 Subject: [PATCH] Add a blurb about running installer or installer.lua --- etc/rc.initial | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc.initial b/etc/rc.initial index 0a37f84a81..8105149639 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -55,7 +55,8 @@ echo "10) Traffic Logs" echo if [ "$PLATFORM" = "cdrom" ]; then - echo "installer) Install pfSense to your hard drive" + echo "Run installer for the stable BSD Installer" + echo "Run installer.lua for the new experimental BSD Installer" echo fi