summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-25 23:23:25 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-25 23:23:25 +0000
commitce094579a217d27ddf3fbadfb4d97628e1ca0036 (patch)
tree5ba6841d6ffe5c9ec14610ff97d7840b0b1bf8be /etc/inc/config.inc
parent434d8e7dd516a008fbc8ea96367162147682a825 (diff)
downloadpfsense-ce094579a217d27ddf3fbadfb4d97628e1ca0036.zip
pfsense-ce094579a217d27ddf3fbadfb4d97628e1ca0036.tar.gz
text cleanup
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc18
1 files changed, 8 insertions, 10 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index e0141a9..11e6377 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1256,7 +1256,7 @@ function set_networking_interfaces_ports() {
if($avail < 115) {
echo "\n\n\n";
echo "DANGER! WARNING!\n\n";
- echo "pfSense requires *ATLEAST* 128 megs of ram to function correctly.\n";
+ echo "pfSense requires *AT LEAST* 128 megs of ram to function correctly.\n";
echo "Only ($avail) megs of ram has been detected.\n";
echo "\nPress ENTER to continue.";
fgets($fp);
@@ -1309,18 +1309,16 @@ EOD;
echo <<<EOD
-*NOTE* pfSense requires *ATLEAST* 2 assigned interfaces to function.
- If you do not have two interfaces turn off the machine until
- you do.
+*NOTE* pfSense requires *AT LEAST* 2 assigned interfaces to function.
+ If you do not have two interfaces you CANNOT continue.
- And now in ENGLISH. If you do not have atleast two *REAL*
- network interface cards or one nic with multiple VLANS then
- pfSense *WILL NOT* run correctly.
+ If you do not have at least two *REAL* network interface cards
+ or one interface with multiple VLANs then pfSense *WILL NOT*
+ function correctly.
If you do not know the names of your interfaces, you may choose to use
-auto-detection... In that case, disconnect all interfaces now before
-hitting a. The system will then prompt you to plug in each nic to
-autodetect.
+auto-detection. In that case, disconnect all interfaces now before
+hitting 'a' to initiate auto detection.
EOD;
OpenPOWER on IntegriCloud