diff options
author | Matt Wilson <msw@redhat.com> | 1999-05-06 17:33:51 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-05-06 17:33:51 +0000 |
commit | 47b28bcd794622b6bf0fe76a95b510653ce0bb2c (patch) | |
tree | 4494e376a7324bff8747d21883e0255fd36afd6c /todo.py | |
parent | e6f3d895d616bbb9eaea9618108ce8b5fef4e146 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |