summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-05-06 17:33:51 +0000
committerMatt Wilson <msw@redhat.com>1999-05-06 17:33:51 +0000
commit47b28bcd794622b6bf0fe76a95b510653ce0bb2c (patch)
tree4494e376a7324bff8747d21883e0255fd36afd6c /todo.py
parente6f3d895d616bbb9eaea9618108ce8b5fef4e146 (diff)
downloadanaconda-47b28bcd794622b6bf0fe76a95b510653ce0bb2c.tar.gz
anaconda-47b28bcd794622b6bf0fe76a95b510653ce0bb2c.tar.xz
anaconda-47b28bcd794622b6bf0fe76a95b510653ce0bb2c.zip
actually run lilo with the correct params
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index e564fb31c..5fd6fb6c6 100644
--- a/todo.py
+++ b/todo.py
@@ -76,7 +76,7 @@ class ToDo:
self.installLilo()
util.execWithRedirect(self.instPath + '/sbin/lilo' , [ "lilo",
- "-r " + self.instPath ], stdout = None)
+ "-r ", self.instPath ], stdout = None)
def installLilo(self):
if not self.liloDevice: return