From: Michael Tremer Date: Mon, 13 Jul 2015 14:00:41 +0000 (+0200) Subject: fireinfo: Remove memory check for the Eco Appliance X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb2bc3095af85666078b17a0ad492981caec237;p=ipfire.org.git fireinfo: Remove memory check for the Eco Appliance There is less memory detected when there is no PAE kernel installed. --- diff --git a/webapp/backend/fireinfo.py b/webapp/backend/fireinfo.py index 3dd9514a..fa819bf9 100644 --- a/webapp/backend/fireinfo.py +++ b/webapp/backend/fireinfo.py @@ -730,10 +730,6 @@ class Profile(Object): if not network_adapters_count == 4: return False - # 4GB of memory - if not self.memory >= 4230823936 * 0.95: - return False - return True def _appliance_test_lightningwirelabs_eco_plus(self):