summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-28 17:51:12 +0000
committerMatt Wilson <msw@redhat.com>2000-01-28 17:51:12 +0000
commit3fe7259eb2c8a225daf9a9dfd0aa47423a390ec4 (patch)
tree00a17d4381f65613db68c7141ef74a9d5a74cc6a /lilo.py
parentff5cf9b11961385cd1ffe45504e63976a52b74dd (diff)
downloadanaconda-3fe7259eb2c8a225daf9a9dfd0aa47423a390ec4.tar.gz
anaconda-3fe7259eb2c8a225daf9a9dfd0aa47423a390ec4.tar.xz
anaconda-3fe7259eb2c8a225daf9a9dfd0aa47423a390ec4.zip
fixed lilo default etting
Diffstat (limited to 'lilo.py')
-rw-r--r--lilo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilo.py b/lilo.py
index a21abdba9..b560f2401 100644
--- a/lilo.py
+++ b/lilo.py
@@ -200,7 +200,7 @@ class LiloConfiguration:
self.initrdsMade[kernelTag] = 1
return initrd
- def install (self, fstab, instRoot, hdList, upgrade):
+ def install(self, fstab, instRoot, hdList, upgrade):
# If self.liloDevice is None, skipping lilo doesn't work
if not self.liloDevice: return
@@ -278,7 +278,7 @@ class LiloConfiguration:
elif label:
otherList.append (label, "/dev/" + drive)
- lilo.addEntry("default", main)
+ lilo.addEntry("default", self.default)
label = main
if (smpInstalled):