summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-05-06 17:45:10 +0000
committerMatt Wilson <msw@redhat.com>1999-05-06 17:45:10 +0000
commita47ebb82d8e73b4a940baeec26584b53908865b1 (patch)
treed034a1460e02571a1a702b5bd9774b74f0d14dca
parent47b28bcd794622b6bf0fe76a95b510653ce0bb2c (diff)
downloadanaconda-a47ebb82d8e73b4a940baeec26584b53908865b1.tar.gz
anaconda-a47ebb82d8e73b4a940baeec26584b53908865b1.tar.xz
anaconda-a47ebb82d8e73b4a940baeec26584b53908865b1.zip
actually run lilo with the correct params (no ' ' after -r
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 5fd6fb6c6..d59576fcf 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