diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-19 23:50:30 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-19 23:50:30 +0000 |
commit | cbdab52874ba8108f941736b15abd686dc7b9a57 (patch) | |
tree | 3431b1480622015a7a1339e9721a8e6f7701e5e2 /lilo.py | |
parent | cd220328b80e3d600f318a0bb5513148d5dee21f (diff) | |
download | anaconda-cbdab52874ba8108f941736b15abd686dc7b9a57.tar.gz anaconda-cbdab52874ba8108f941736b15abd686dc7b9a57.tar.xz anaconda-cbdab52874ba8108f941736b15abd686dc7b9a57.zip |
workaround
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |