diff options
-rw-r--r-- | silo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |