diff options
author | Matt Wilson <msw@redhat.com> | 2003-01-09 14:43:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2003-01-09 14:43:11 +0000 |
commit | 7c2ba0ad40477f5714d7ad2fec3b092ff5847d25 (patch) | |
tree | 42d405ffebfaa7b2cd3d4bd7b61fcd0fa44b831e /iw | |
parent | eb6c97ae6de71fccedf62b3d7345a8b729cee3ec (diff) | |
download | anaconda-7c2ba0ad40477f5714d7ad2fec3b092ff5847d25.tar.gz anaconda-7c2ba0ad40477f5714d7ad2fec3b092ff5847d25.tar.xz anaconda-7c2ba0ad40477f5714d7ad2fec3b092ff5847d25.zip |
merge from s390 branch
Diffstat (limited to 'iw')
-rw-r--r-- | iw/congrats_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py index 33e0fa7b9..d352618da 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -49,7 +49,7 @@ class CongratulationWindow (InstallWindow): a.set_size_request(200, -1) hbox.pack_start (a, gtk.FALSE, gtk.FALSE, 36) - if iutil.getArch() != "ia64": + if iutil.getArch() not in ('ia64', 's390'): bootstr = _("If you created a boot diskette during this " "installation as your primary means of " "booting %s, insert it before " |