diff options
author | Erik Troan <ewt@redhat.com> | 2000-11-17 17:46:58 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-11-17 17:46:58 +0000 |
commit | f68107b107e0281b64c20ea5735edd63e0a414a3 (patch) | |
tree | 50e5b5bf048de225e7a5e9db5cb96a281b91ac50 /lilo.py | |
parent | 0cedaf48a1488434fdb069ea35389f60956d402f (diff) | |
download | anaconda-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.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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: |