diff options
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -330,6 +330,7 @@ class LiloConfiguration: try: (fsType, sl) = lilo.getImage(device) lilo.delImage(device) + lilo.addImage(device + '-old') except IndexError: sl = LiloConfigFile(imageType = "other", path = device) |