summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-01-11 20:58:16 +0000
committerJeremy Katz <katzj@redhat.com>2005-01-11 20:58:16 +0000
commit413ec31f2ad4f50c574af12094a8ecad3cf1dae5 (patch)
tree4e2082cf7ca74547b958d121835b135b59e36b12 /packages.py
parentdb4a1e7b0cbbfde5b85a728f4eeab7b06015fcc0 (diff)
downloadanaconda-413ec31f2ad4f50c574af12094a8ecad3cf1dae5.tar.gz
anaconda-413ec31f2ad4f50c574af12094a8ecad3cf1dae5.tar.xz
anaconda-413ec31f2ad4f50c574af12094a8ecad3cf1dae5.zip
2005-01-11 Jeremy Katz <katzj@redhat.com>
* packages.py (readPackages): Remove hack for ia64 stuff added in revision 1.169.6.32 as we don't install i386 packages on ia64 in anaconda anymore.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages.py b/packages.py
index 8bd83fc9a..b60399724 100644
--- a/packages.py
+++ b/packages.py
@@ -178,17 +178,6 @@ def readPackages(intf, method, id):
"Press <return> to try again."))
continue
- while iutil.getArch() == "ia64":
- try:
- method.mergeFullHeaders(hdrlist)
- break
- except FileCopyException:
- method.unmountCD()
- intf.messageWindow(_("Error"),
- _("Unable to merge header list. This may be "
- "due to a missing file or bad media. "
- "Press <return> to try again."))
-
# this is a crappy hack, but I don't want bug reports from these people
if (iutil.getArch() == "i386") and (not grpset.hdrlist.has_key("kernel")):
intf.messageWindow(_("Error"),