diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-01 01:39:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-01 01:39:32 +0000 |
commit | 3d55e7ce495532c7b594f3738b4575b32c6cde56 (patch) | |
tree | abaa3e51b405d81e6c3286a745650516b77a8be8 /lilo.py | |
parent | c5d981ff46d1b27dcb16a3ed0d6ef9bba34c7c7f (diff) | |
download | anaconda-3d55e7ce495532c7b594f3738b4575b32c6cde56.tar.gz anaconda-3d55e7ce495532c7b594f3738b4575b32c6cde56.tar.xz anaconda-3d55e7ce495532c7b594f3738b4575b32c6cde56.zip |
new lilo cont.
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,7 @@ class LiloConfiguration: sl = LiloConfigFile(imageType = "other", path = device) sl.addEntry("label", label) - lilo.addImage ("other", device, sl) + lilo.addImage (sl) lilo.write(instRoot + "/etc/lilo.conf", perms = perms) |