summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-01 16:21:48 +0000
committerMatt Wilson <msw@redhat.com>2000-02-01 16:21:48 +0000
commitbced434573fbc6f609581b58e32280298d258ef7 (patch)
treef4253dc8cdd9125821c423f925257224e80a9ef9 /lilo.py
parenta959970e6206eae832034f4da3714f10633c99f6 (diff)
downloadanaconda-bced434573fbc6f609581b58e32280298d258ef7.tar.gz
anaconda-bced434573fbc6f609581b58e32280298d258ef7.tar.xz
anaconda-bced434573fbc6f609581b58e32280298d258ef7.zip
fixed more think-o stuff
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 0c1596a6c..4551b6ac9 100644
--- a/lilo.py
+++ b/lilo.py
@@ -209,7 +209,8 @@ class LiloConfiguration:
return
if not self.liloImages:
- self.setLiloImages(self.getLiloImages(fstab))
+ (images, default) = self.getLiloImages(fstab)
+ self.setLiloImages(images)
# on upgrade read in the lilo config file
lilo = LiloConfigFile ()