summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lilo.py')
-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'], ""))