6990827 osol_149 Text Install welcome and help screen still refer to opensolaris.org/use
authorKeith Mitchell <keith.mitchell@oracle.com>
Tue, 12 Oct 2010 11:37:02 -0700
changeset 893 9fe67cb66b55
parent 892 109d3c29c412
child 894 019d656bf70e
6990827 osol_149 Text Install welcome and help screen still refer to opensolaris.org/use
usr/src/cmd/text-install/helpfiles/welcome.txt
usr/src/cmd/text-install/osol_install/text_install/__init__.py
usr/src/cmd/text-install/osol_install/text_install/welcome.py
--- a/usr/src/cmd/text-install/helpfiles/welcome.txt	Thu Oct 07 13:52:48 2010 -0400
+++ b/usr/src/cmd/text-install/helpfiles/welcome.txt	Tue Oct 12 11:37:02 2010 -0700
@@ -2,7 +2,7 @@
 
 This text installer enables you to install the Oracle Solaris Operating System (OS) on SPARC or x86 systems. This installer, in particular, can be used on machines that either do not have or do not need graphics cards.
 
-Note: This initial installation of the Oracle Solaris OS overwrites the existing Solaris or Oracle Solaris OS with the new version of the Oracle Solaris OS. If you want to upgrade an existing Oracle Solaris OS, use the pkg(1) command or the Package Manager application instead of this installer. For upgrade instructions, go to the "Getting Started Guide" at opensolaris.com/use, and see the section, "Keeping Your System Up-To-Date," in that Getting Started document.
+Note: This initial installation of the Oracle Solaris OS overwrites the existing Solaris or Oracle Solaris OS with the new version of the Oracle Solaris OS. If you want to upgrade an existing Oracle Solaris OS, use the pkg(1) command or the Package Manager application instead of this installer.
 
 PROCEDURE
 
--- a/usr/src/cmd/text-install/osol_install/text_install/__init__.py	Thu Oct 07 13:52:48 2010 -0400
+++ b/usr/src/cmd/text-install/osol_install/text_install/__init__.py	Tue Oct 12 11:37:02 2010 -0700
@@ -48,7 +48,6 @@
               "%(filename)s:%(lineno)d %(message)s")
 LOG_LEVEL_INPUT = 5
 LOG_NAME_INPUT = "INPUT"
-RELEASE = {"release" : _("Oracle Solaris"),
-           "getting-started" : "opensolaris.com/use"}
+RELEASE = {"release" : _("Oracle Solaris")}
 
 environ.setdefault("ESCDELAY", "200")
--- a/usr/src/cmd/text-install/osol_install/text_install/welcome.py	Thu Oct 07 13:52:48 2010 -0400
+++ b/usr/src/cmd/text-install/osol_install/text_install/welcome.py	Tue Oct 12 11:37:02 2010 -0700
@@ -39,9 +39,6 @@
     WELCOME_TEXT = _("Thanks for choosing to install %(release)s! This "
                      "installer enables you to install the %(release)s "
                      "Operating System (OS) on SPARC or x86 systems.\n\n"
-                     "For detailed step-by-step procedures for completing "
-                     "this installation, refer to the \"Getting Started "
-                     "Guide\" at %(getting-started)s.\n\n"
                      "The installation log will be at %(log)s.\n\n"
                      "How to navigate through this installer:")
     BULLET_ITEMS = [_("Use the function keys listed at the bottom of each "