diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-18 22:32:55 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-18 22:32:55 +0000 |
commit | 5e732d088fd95d65b1271e6edeab903ebd87e5b4 (patch) | |
tree | 6a0e22a9d1bed01538e0a41bcd7d1096b72dde6b /etc/rc.initial | |
parent | d50de214a2513f9c5b6d5423559847815fca9ee4 (diff) | |
download | pfsense-5e732d088fd95d65b1271e6edeab903ebd87e5b4.zip pfsense-5e732d088fd95d65b1271e6edeab903ebd87e5b4.tar.gz |
Clarify how to start the installer
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-x | etc/rc.initial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index e6b3057..9a66336 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -60,7 +60,7 @@ echo "10) Traffic Logs" echo if [ "$PLATFORM" = "cdrom" ]; then - echo "Run installer for the stable BSD Installer" + echo "Run installer to install pfSense to your local hard disk." echo fi |