diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-22 19:30:33 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-22 19:30:33 +0000 |
commit | dde96e8d7d090d11714436fa46bbd4680f1ec0c3 (patch) | |
tree | cf8df662e1641a67d4eb028cd787617ba31c4750 /todo.py | |
parent | cd09f543d1fdde06bc37c6a66f3bf35d1da799e9 (diff) | |
download | anaconda-dde96e8d7d090d11714436fa46bbd4680f1ec0c3.tar.gz anaconda-dde96e8d7d090d11714436fa46bbd4680f1ec0c3.tar.xz anaconda-dde96e8d7d090d11714436fa46bbd4680f1ec0c3.zip |
nuke old lilo.conf
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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"): |