[master][PATCH] Change the message of text mode warning. (#966771)

Samantha N. Bueno sbueno+anaconda at redhat.com
Thu May 30 19:07:30 UTC 2013


As noted in the bug description, text mode has changed, so the
message on boot warning of its limitations should be changed
accordingly.
---
 anaconda | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anaconda b/anaconda
index 9eb3162..7a3ab8e 100755
--- a/anaconda
+++ b/anaconda
@@ -512,9 +512,9 @@ def setupDisplay(anaconda, opts, addon_paths=None):
     if anaconda.displayMode == 't' and flags.vncquestion:
         #we prefer vnc over text mode, so ask about that
         message = _("Text mode provides a limited set of installation "
-                    "options. It does not allow you to specify your "
-                    "own partitioning layout or package selections. "
-                    "Would you like to use VNC mode instead?")
+                    "options. It does not offer custom partitioning for "
+                    "full control over the disk layout. Would you like "
+                    "to use VNC mode instead?")
 
         app = App("VNC Question")
         spoke = AskVNCSpoke(app, anaconda.ksdata, message=message)
-- 
1.7.11.7



More information about the anaconda-patches mailing list