[PATCH 1/6] memInstalled has moved (#947261).

Chris Lumens clumens at redhat.com
Thu Apr 4 19:29:31 UTC 2013


---
 anaconda | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda b/anaconda
index 4260dd6..77b61ee 100755
--- a/anaconda
+++ b/anaconda
@@ -469,7 +469,7 @@ def setupDisplay(anaconda, opts, addon_paths=None):
 
     # disable VNC over text question when not enough memory is available
     if blivet.util.total_memory() < isys.MIN_GUI_RAM:
-        stdoutLog.warning("Not asking for VNC because current memory (%d) < MIN_GUI_RAM (%d)" % (iutil.memInstalled(), isys.MIN_GUI_RAM))
+        stdoutLog.warning("Not asking for VNC because current memory (%d) < MIN_GUI_RAM (%d)" % (blivet.util.total_memory(), isys.MIN_GUI_RAM))
         flags.vncquestion = False
 
     # disable VNC question if text mode is requested and this is a ks install
-- 
1.8.1.2



More information about the anaconda-patches mailing list