]> git.ipfire.org Git - ipfire.org.git/commitdiff
fireinfo: Remove memory check for the Eco Appliance
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Jul 2015 14:00:41 +0000 (16:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Jul 2015 14:00:41 +0000 (16:00 +0200)
There is less memory detected when there is no PAE kernel
installed.

webapp/backend/fireinfo.py

index 3dd9514a3157690b7e66113d5a0a3b4d9ec832e3..fa819bf958b1e31fb2b7f99925fa69148e22f2b9 100644 (file)
@@ -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):