summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lilo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo.py b/lilo.py
index 1c66e5fcb..d38ec4fff 100644
--- a/lilo.py
+++ b/lilo.py
@@ -217,7 +217,7 @@ class LiloConfiguration:
perms = 0644
if os.access (instRoot + '/etc/lilo.conf', os.R_OK):
perms = os.stat(instRoot + '/etc/lilo.conf')[0] & 0777
- lilo.read (instRoot + '/etc/lilo.conf')
+ #lilo.read (instRoot + '/etc/lilo.conf')
os.rename(instRoot + '/etc/lilo.conf',
instRoot + '/etc/lilo.conf.rpmsave')