From dde96e8d7d090d11714436fa46bbd4680f1ec0c3 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 22 Sep 1999 19:30:33 +0000 Subject: nuke old lilo.conf --- todo.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'todo.py') 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"): -- cgit