summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.console.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-07 23:33:55 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-07 23:33:55 -0500
commitbd0b5d2dc7a279d3473a65a11d67efb5e39392be (patch)
treeab7345f67256722781ddd4d45c7c4970e334ac86 /etc/inc/config.console.inc
parentb4bd9c56c12abeec0480d5770f8a7d857349d977 (diff)
downloadpfsense-bd0b5d2dc7a279d3473a65a11d67efb5e39392be.zip
pfsense-bd0b5d2dc7a279d3473a65a11d67efb5e39392be.tar.gz
Remove the minimum NIC warning, this dates back to when minimum 2 NICs were supported and it made sense to throw this message at people. It's obvious a network appliance requires at least one NIC.
Diffstat (limited to 'etc/inc/config.console.inc')
-rw-r--r--etc/inc/config.console.inc15
1 files changed, 2 insertions, 13 deletions
diff --git a/etc/inc/config.console.inc b/etc/inc/config.console.inc
index 2d15dc2..474f4a0 100644
--- a/etc/inc/config.console.inc
+++ b/etc/inc/config.console.inc
@@ -191,13 +191,6 @@ EOD;
echo <<<EOD
-*NOTE* {$g['product_name']} requires {$g['minimum_nic_count_text']} assigned interface(s) to function.
- If you do not have {$g['minimum_nic_count_text']} interfaces you CANNOT continue.
-
- If you do not have at least {$g['minimum_nic_count']} *REAL* network interface card(s)
- 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' to initiate auto detection.
@@ -231,12 +224,8 @@ EOD;
}
if($lanif == "") {
- if($g['minimum_nic_count'] < 2) {
- break;
- } else {
- fclose($fp);
- return;
- }
+ fclose($fp);
+ return;
}
if ($lanif === "a")
OpenPOWER on IntegriCloud