summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 18:49:52 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 18:49:52 +0000
commitf299d4c10cb9aeecf2d96635530b3873d42df8e3 (patch)
treedbeebb5a42d3841f1ab562417b7f8f98683c134e /todo.py
parent27537c495d5275f6cec9ac5ba36d61c2ac4ce22d (diff)
downloadanaconda-f299d4c10cb9aeecf2d96635530b3873d42df8e3.tar.gz
anaconda-f299d4c10cb9aeecf2d96635530b3873d42df8e3.tar.xz
anaconda-f299d4c10cb9aeecf2d96635530b3873d42df8e3.zip
massive silo change over to new lilo style
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index c5b01ece7..aca4b8f65 100644
--- a/todo.py
+++ b/todo.py
@@ -1218,7 +1218,8 @@ class ToDo:
# XXX make me "not test mode"
if self.setupFilesystems:
if arch == "sparc":
- self.silo.installSilo ()
+ self.silo.install (self.fstab, self.instPath, self.hdList,
+ self.upgrade)
elif arch == "i386":
self.lilo.install (self.fstab, self.instPath, self.hdList,
self.upgrade)