[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 5/8] new eject-the-cd message for complete_text.py patch
- From: "Alford, Seth" <Seth_Alford adp com>
- To: "anaconda-devel-list redhat com" <anaconda-devel-list redhat com>
- Subject: [PATCH 5/8] new eject-the-cd message for complete_text.py patch
- Date: Fri, 10 Jul 2009 10:32:12 -0700
$Id: patch5.in /main/4 2009/07/10 00:35:55 alfords Exp $
Copyright 2009 Automatic Data Processing, Inc.
See the README file in the first patch of this series for
important details.
To clarify when our users are supposed to eject the CD at the end
of the install or restore process, I modified the message in
complete_text.py. You can see it below. Or here it is formatted
to make it easier for you to read:
If you have a "laptop" style CD-ROM drive with a
non-motorized CD tray: press <Enter> to reboot your
system. The system will eject the CD before rebooting.
If you have a CD-ROM with a fully motorized CD tray, or
this is a virtual machine: first remove the CD-ROM, then
press <Enter> to reboot your system.
Now, I hope, our users will know when to remove the CD and under
what circumstances.
Even though the change is just to the text that the user sees,
since complete_text.py is GPL'd, the GPL requires us to
re-distrbute the change.
--Seth Alford
ADP Dealer Services
seth_alford adp com
----complete_text.py.patch follows----
--- a_naconda-11.1.2.168/textw/complete_text.py 2008-12-18 02:21:19.000000000 -0800
+++ anaconda-11.1.2.168/textw/complete_text.py 2009-05-12 11:42:11.000000000 -0700
@@ -27,9 +27,13 @@
floppystr = _("Press <Enter> to end the installation process.\n\n")
bottomstr = _("<Enter> to exit")
else:
- floppystr = _("Remove any media used during the installation "
- "process and press <Enter> to reboot your system."
- "\n\n")
+ floppystr = _("If you have a \"laptop\" style CD-ROM drive with "
+ "a non-motorized CD tray: press <Enter> to reboot "
+ "your system. The system will eject "
+ "the CD before rebooting.\n\nIf you have "
+ "a CD-ROM with a fully motorized CD tray, or this is a virtual machine: "
+ "first remove the CD-ROM, then press <Enter> to "
+ "reboot your system.\n\n")
bottomstr = _("<Enter> to reboot")
screen.pushHelpLine (string.center(bottomstr, screen.width))
This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]