summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lilo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lilo.py b/lilo.py
index dfdc653b4..e41c774af 100644
--- a/lilo.py
+++ b/lilo.py
@@ -330,7 +330,6 @@ class LiloConfiguration:
try:
(fsType, sl) = lilo.getImage(label)
lilo.delImage(label)
- lilo.addImage(label + '-old')
except IndexError:
sl = LiloConfigFile(imageType = "other", path = device)