summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-20 22:14:49 +0000
committerMatt Wilson <msw@redhat.com>1999-08-20 22:14:49 +0000
commit234e9436c7b762ec19b440178533c87add1043b7 (patch)
treee13cfb1810c4d3c1c85bfea4f091b37f45356892
parenta2ff7a45487d990e12f8108fd4ae6c5e3f35e7a4 (diff)
downloadanaconda-234e9436c7b762ec19b440178533c87add1043b7.tar.gz
anaconda-234e9436c7b762ec19b440178533c87add1043b7.tar.xz
anaconda-234e9436c7b762ec19b440178533c87add1043b7.zip
fixed typo
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index f1543391d..9194650e0 100644
--- a/todo.py
+++ b/todo.py
@@ -571,7 +571,7 @@ class ToDo:
kernelFile = "/boot/vmlinuz-" + kernelVersion
- self.lilo.addImageetyat("image", kernelFile, sl)
+ self.lilo.addImage ("image", kernelFile, sl)
self.lilo.write(self.instPath + "/etc/lilo.conf")
for (type, name, config) in self.lilo.images: