[PATCH 1/3] Check graphical RAM requirements if running graphical installation

Vratislav Podzimek vpodzime at redhat.com
Tue Jul 22 15:53:31 UTC 2014


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 anaconda | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anaconda b/anaconda
index c7c5efe..d2cb5f6 100755
--- a/anaconda
+++ b/anaconda
@@ -628,6 +628,7 @@ def check_memory(anaconda, options, display_mode=None):
 
     # override display mode if machine cannot nicely run X
     if display_mode not in ('t', 'c', 's') and not flags.usevnc:
+        needed_ram = graphical_ram
         reason_args["needed_ram"] = graphical_ram
         reason = reason_graphical
 
-- 
1.9.3



More information about the anaconda-patches mailing list