summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 23:50:30 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 23:50:30 +0000
commitcbdab52874ba8108f941736b15abd686dc7b9a57 (patch)
tree3431b1480622015a7a1339e9721a8e6f7701e5e2 /lilo.py
parentcd220328b80e3d600f318a0bb5513148d5dee21f (diff)
downloadanaconda-cbdab52874ba8108f941736b15abd686dc7b9a57.tar.gz
anaconda-cbdab52874ba8108f941736b15abd686dc7b9a57.tar.xz
anaconda-cbdab52874ba8108f941736b15abd686dc7b9a57.zip
workaround
Diffstat (limited to 'lilo.py')
-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)