diff options
author | Chris Lumens <clumens@redhat.com> | 2009-12-10 11:31:30 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-12-10 11:31:30 -0500 |
commit | a19fb7de428b42ffd4af086fe362bd2d1c74ab5a (patch) | |
tree | fb3d84d1377dbe7462a3036ef74a10bd15f6558e /yuminstall.py | |
parent | 4d709a8b371942b0e9ba39c08f263000b78f4d0e (diff) | |
download | anaconda-a19fb7de428b42ffd4af086fe362bd2d1c74ab5a.tar.gz anaconda-a19fb7de428b42ffd4af086fe362bd2d1c74ab5a.tar.xz anaconda-a19fb7de428b42ffd4af086fe362bd2d1c74ab5a.zip |
Nothing has a kernel-smp anymore so none of this code is useful.
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/yuminstall.py b/yuminstall.py index 91dea9d60..ee13a0698 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1333,11 +1333,6 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon foundkernel = False - if (isys.smpAvailable() or isys.htavailable()) \ - and not rpmUtils.arch.canonArch.startswith('ppc64'): - if selectKernel("kernel-smp"): - foundkernel = True - if not foundkernel and isys.isPaeAvailable(): if selectKernel("kernel-PAE"): foundkernel = True |