summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--silo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/silo.py b/silo.py
index 1d35c1260..bd55bc008 100644
--- a/silo.py
+++ b/silo.py
@@ -114,7 +114,7 @@ class SiloInstall:
else:
raise RuntimeError, "Installing silo, but there is no root device"
- args = [ "silo", "-r", todo.instPath ]
+ args = [ "silo" ]
if (todo.liloDevice != "mbr"):
args.append("-t")