summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-17 17:46:58 +0000
committerErik Troan <ewt@redhat.com>2000-11-17 17:46:58 +0000
commitf68107b107e0281b64c20ea5735edd63e0a414a3 (patch)
tree50e5b5bf048de225e7a5e9db5cb96a281b91ac50 /lilo.py
parent0cedaf48a1488434fdb069ea35389f60956d402f (diff)
downloadanaconda-f68107b107e0281b64c20ea5735edd63e0a414a3.tar.gz
anaconda-f68107b107e0281b64c20ea5735edd63e0a414a3.tar.xz
anaconda-f68107b107e0281b64c20ea5735edd63e0a414a3.zip
made the enterprise kernel go away
Diffstat (limited to 'lilo.py')
-rw-r--r--lilo.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lilo.py b/lilo.py
index 7fcb015d3..9d4e13044 100644
--- a/lilo.py
+++ b/lilo.py
@@ -311,12 +311,6 @@ class LiloConfiguration:
mainLabelUsed = 0
- if (isys.smpAvailable() and hdList.has_key('kernel-enterprise') and
- hdList['kernel-enterprise'].selected):
- mainLabelUsed = 1
- kernelList.append((main,
- hdList['kernel-enterprise'], "enterprise"))
-
if (smpInstalled):
thisLabel = main
if mainLabelUsed: