diff options
-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) |