summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-22 19:30:33 +0000
committerMatt Wilson <msw@redhat.com>1999-09-22 19:30:33 +0000
commitdde96e8d7d090d11714436fa46bbd4680f1ec0c3 (patch)
treecf8df662e1641a67d4eb028cd787617ba31c4750 /todo.py
parentcd09f543d1fdde06bc37c6a66f3bf35d1da799e9 (diff)
downloadanaconda-dde96e8d7d090d11714436fa46bbd4680f1ec0c3.tar.gz
anaconda-dde96e8d7d090d11714436fa46bbd4680f1ec0c3.tar.xz
anaconda-dde96e8d7d090d11714436fa46bbd4680f1ec0c3.zip
nuke old lilo.conf
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/todo.py b/todo.py
index b1c68b8aa..0f34ef861 100644
--- a/todo.py
+++ b/todo.py
@@ -744,11 +744,13 @@ class ToDo:
if not self.liloImages:
self.setLiloImages(self.getLiloImages())
-
- # on upgrade read in the lilo config file
- if os.access (self.instPath + '/etc/lilo.conf', os.R_OK):
- lilo.read (self.instPath + '/etc/lilo.conf')
- elif not self.liloDevice: return
+
+ # OK - for this release we need to just blow away the old lilo.conf
+ # just like we used to.
+## # on upgrade read in the lilo config file
+## if os.access (self.instPath + '/etc/lilo.conf', os.R_OK):
+## lilo.read (self.instPath + '/etc/lilo.conf')
+## elif not self.liloDevice: return
(bootpart, boothd) = self.getLiloOptions()
if (self.liloDevice == "mbr"):