summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 18:52:40 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 18:52:40 +0000
commitfbb4b0338fc736837d6d4232c52bfd1b6136fee3 (patch)
tree0b9c9472f49d8066b5a09b92706d98c32716cb94 /silo.py
parent99bb1dd29e024a645122ab162ab2a0130285f97a (diff)
downloadanaconda-fbb4b0338fc736837d6d4232c52bfd1b6136fee3.tar.gz
anaconda-fbb4b0338fc736837d6d4232c52bfd1b6136fee3.tar.xz
anaconda-fbb4b0338fc736837d6d4232c52bfd1b6136fee3.zip
s/lilo/silo
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)