summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-04 21:32:22 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-04 21:32:22 +0000
commitfad89d9f3a67229b10d563081b3661b5063f6ac1 (patch)
tree2beaf1ab0d57eb4af18a6a7dd2f6f7c4517084c6
parentc2bca1b6564513030450275b7c17ecd6ba069804 (diff)
downloadanaconda-fad89d9f3a67229b10d563081b3661b5063f6ac1.tar.gz
anaconda-fad89d9f3a67229b10d563081b3661b5063f6ac1.tar.xz
anaconda-fad89d9f3a67229b10d563081b3661b5063f6ac1.zip
remove reference to boot disk since you can't create one (#103775)
-rw-r--r--iw/congrats_gui.py8
-rw-r--r--textw/complete_text.py8
2 files changed, 2 insertions, 14 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index cbea4e748..eb5549b01 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -49,13 +49,7 @@ class CongratulationWindow (InstallWindow):
a.set_size_request(200, -1)
hbox.pack_start (a, gtk.FALSE, gtk.FALSE, 36)
- if iutil.getArch() == 'i386':
- bootstr = _("If you created a boot diskette during this "
- "installation as your primary means of "
- "booting %s, insert it before "
- "rebooting your newly installed system.\n\n") % (productName,)
- else:
- bootstr = ""
+ bootstr = ""
if iutil.getArch() == "s390":
floppystr = ""
diff --git a/textw/complete_text.py b/textw/complete_text.py
index d9d245632..45b905942 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -21,13 +21,7 @@ import iutil
class FinishedWindow:
def __call__ (self, screen):
- if iutil.getArch() == "i386":
- bootstr = _("If you created a boot diskette during this "
- "installation as your primary means of "
- "booting %s, insert it before "
- "rebooting your newly installed system.\n\n") % (productName,)
- else:
- bootstr = ""
+ bootstr = ""
if iutil.getArch() == "s390":
floppystr = _("Press <Enter> to end the installation process.\n\n")