summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
Diffstat (limited to 'silo.py')
-rw-r--r--silo.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/silo.py b/silo.py
index 6264140b1..b9193f3d1 100644
--- a/silo.py
+++ b/silo.py
@@ -315,8 +315,8 @@ class SiloInstall:
initrdFile = initrd[5:]
try:
- (fsType, sl) = lilo.getImage(label)
- lilo.delImage(label)
+ (fsType, sl) = silo.getImage(label)
+ silo.delImage(label)
except IndexError, msg:
sl = LiloConfigFile(imageType = "image", path = kernelFile)
@@ -336,7 +336,7 @@ class SiloInstall:
except IndexError:
sl = LiloConfigFile(imageType = "other", path = device)
sl.addEntry("label", label)
- lilo.addImage (sl)
+ silo.addImage (sl)
# for (siloType, name, config) in silo.images:
# # remove entries for missing kernels (upgrade)