Changing minimum number of interfaces to 1 while we're working on the single interface code. cvssync overwriting my change is driving me nuts. :)

We can discuss at a later date, closer to a release version, whether we want this to be 1 or 2.

Single interface support
Appliance Project
This commit is contained in:
Chris Buechler 2008-02-18 06:16:22 +00:00
parent ba1eb884ae
commit 73d0efb9f3

View File

@ -63,8 +63,8 @@ $g = array(
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "115",
"minimum_ram_warning_text" => "128 megabytes",
"minimum_nic_count" => "2",
"minimum_nic_count_text" => "*AT LEAST* 2",
"minimum_nic_count" => "1",
"minimum_nic_count_text" => "*AT LEAST* 1",
"wan_interface_name" => "wan",
"nopccard_platforms" => array("wrap", "net48xx"),
"xmlrpcbaseurl" => "www.pfsense.com",