diff options
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'], "")) |