summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-25 23:23:06 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-25 23:23:06 +0000
commit8d4758538538458beb3b78bb1342eacef06d3555 (patch)
tree845f919649bc7aa44a48be69ba9d8688f3193012 /etc/inc/config.inc
parent7387844ebf932045ab57ea13a6efb832c84faaca (diff)
downloadpfsense-8d4758538538458beb3b78bb1342eacef06d3555.zip
pfsense-8d4758538538458beb3b78bb1342eacef06d3555.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 864bba4..2a8a773 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1387,7 +1387,7 @@ function set_networking_interfaces_ports() {
if($avail < 115) {
echo "\n\n\n";
echo "DANGER! WARNING!\n\n";
- echo "{$g['product_name']} requires *ATLEAST* 128 megs of ram to function correctly.\n";
+ echo "{$g['product_name']} 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);
@@ -1440,18 +1440,16 @@ EOD;
echo <<<EOD
-*NOTE* {$g['product_name']} requires *ATLEAST* 2 assigned interfaces to function.
- If you do not have two interfaces turn off the machine until
- you do.
+*NOTE* {$g['product_name']} 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
- {$g['product_name']} *WILL NOT* run correctly.
+ If you do not have at least two *REAL* network interface cards
+ or one interface with multiple VLANs then {$g['product_name']}
+ *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