diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-20 22:14:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-20 22:14:49 +0000 |
commit | 234e9436c7b762ec19b440178533c87add1043b7 (patch) | |
tree | e13cfb1810c4d3c1c85bfea4f091b37f45356892 | |
parent | a2ff7a45487d990e12f8108fd4ae6c5e3f35e7a4 (diff) | |
download | anaconda-234e9436c7b762ec19b440178533c87add1043b7.tar.gz anaconda-234e9436c7b762ec19b440178533c87add1043b7.tar.xz anaconda-234e9436c7b762ec19b440178533c87add1043b7.zip |
fixed typo
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |