summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-01 15:40:53 +0000
committerMatt Wilson <msw@redhat.com>2000-02-01 15:40:53 +0000
commita959970e6206eae832034f4da3714f10633c99f6 (patch)
treebfd1c96e986ee7daddd0d2aacf6cbc902e6378fd /lilo.py
parentf040520935cc9ef345bb30f95e25a4e7e6b1b676 (diff)
downloadanaconda-a959970e6206eae832034f4da3714f10633c99f6.tar.gz
anaconda-a959970e6206eae832034f4da3714f10633c99f6.tar.xz
anaconda-a959970e6206eae832034f4da3714f10633c99f6.zip
fixed a couple of minor think-o's
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 e38560bdb..0c1596a6c 100644
--- a/lilo.py
+++ b/lilo.py
@@ -209,14 +209,14 @@ class LiloConfiguration:
return
if not self.liloImages:
- self.setLiloImages(self.getLiloImages())
+ self.setLiloImages(self.getLiloImages(fstab))
# on upgrade read in the lilo config file
lilo = LiloConfigFile ()
if os.access (instRoot + '/etc/lilo.conf', os.R_OK):
+ lilo.read (instRoot + '/etc/lilo.conf')
os.rename(instRoot + '/etc/lilo.conf',
instRoot + '/etc/lilo.conf.rpmsave')
- lilo.read (instRoot + '/etc/lilo.conf')
# Remove any invalid entries that are in the file; we probably
# just removed those kernels. While we're here, build an index