From bd0b5d2dc7a279d3473a65a11d67efb5e39392be Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 7 Oct 2014 23:33:55 -0500 Subject: 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. --- etc/inc/globals.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/inc/globals.inc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 1f6f904..59cf615 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -77,8 +77,6 @@ $g = array( "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", - "minimum_nic_count" => "1", - "minimum_nic_count_text" => "*AT LEAST* 1", "wan_interface_name" => "wan", "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "https://packages.pfsense.org", -- cgit v1.1