summaryrefslogtreecommitdiffstats
path: root/lilo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-01 01:39:32 +0000
committerMatt Wilson <msw@redhat.com>2000-06-01 01:39:32 +0000
commit3d55e7ce495532c7b594f3738b4575b32c6cde56 (patch)
treeabaa3e51b405d81e6c3286a745650516b77a8be8 /lilo.py
parentc5d981ff46d1b27dcb16a3ed0d6ef9bba34c7c7f (diff)
downloadanaconda-3d55e7ce495532c7b594f3738b4575b32c6cde56.tar.gz
anaconda-3d55e7ce495532c7b594f3738b4575b32c6cde56.tar.xz
anaconda-3d55e7ce495532c7b594f3738b4575b32c6cde56.zip
new lilo cont.
Diffstat (limited to 'lilo.py')
-rw-r--r--lilo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo.py b/lilo.py
index 5596091f1..f3334d5c3 100644
--- a/lilo.py
+++ b/lilo.py
@@ -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)