[PATCH 1/3] Don't check memory for rescue mode (#895948).

Chris Lumens clumens at redhat.com
Sun Jan 20 16:09:00 UTC 2013


---
 anaconda | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/anaconda b/anaconda
index 0f08db3..3198af7 100755
--- a/anaconda
+++ b/anaconda
@@ -352,6 +352,9 @@ def check_memory(anaconda, opts, display_mode=None):
                     "terminal.")
     nolivecd_extra = _(" Starting text mode.")
 
+    if opts.rescue:
+        return
+
     if not display_mode:
         display_mode = anaconda.displayMode
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list