summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-08-21 14:12:36 +0000
committerErik Troan <ewt@redhat.com>2000-08-21 14:12:36 +0000
commitaf581ec20d93e9da63fba61d90bb3a865423d26d (patch)
tree5b10a67bfd48eff1e25ce5f028a2fc505ae279fa
parentd4df1d7cdfb084d50ec83edb90dd141b6354833b (diff)
downloadanaconda-af581ec20d93e9da63fba61d90bb3a865423d26d.tar.gz
anaconda-af581ec20d93e9da63fba61d90bb3a865423d26d.tar.xz
anaconda-af581ec20d93e9da63fba61d90bb3a865423d26d.zip
don't call the up kernel -smp
-rw-r--r--lilo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lilo.py b/lilo.py
index a4de4d2dc..506a70dc8 100644
--- a/lilo.py
+++ b/lilo.py
@@ -307,6 +307,7 @@ class LiloConfiguration:
mainLabelUsed = 1
kernelList.append((main,
hdList['kernel-enterprise'], "enterprise"))
+
if (smpInstalled):
thisLabel = main
if mainLabelUsed:
@@ -317,7 +318,7 @@ class LiloConfiguration:
thisLabel = main
if mainLabelUsed:
- thisLabel = thisLabel + '-smp'
+ thisLabel = thisLabel + '-up'
kernelList.append((thisLabel, hdList['kernel'], ""))