summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
authorjakub <jakub>1999-10-03 16:34:23 +0000
committerjakub <jakub>1999-10-03 16:34:23 +0000
commit24b9cebb3d36dd181cd247553e72d29e73799fc6 (patch)
tree23dcff864aa1e4e02a2b1f8e6716c832e383f694 /silo.py
parent22822f38fcfeb133ad36625d75b7d7d050c2a560 (diff)
downloadanaconda-24b9cebb3d36dd181cd247553e72d29e73799fc6.tar.gz
anaconda-24b9cebb3d36dd181cd247553e72d29e73799fc6.tar.xz
anaconda-24b9cebb3d36dd181cd247553e72d29e73799fc6.zip
First piece of changes to make serial install possible.
More to come once I don't sit behind 14.4k modem and can do more debugging.
Diffstat (limited to 'silo.py')
-rw-r--r--silo.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/silo.py b/silo.py
index 3fa022080..43812bbf2 100644
--- a/silo.py
+++ b/silo.py
@@ -298,6 +298,10 @@ class SiloInstall:
# XXX make me "not test mode"
if todo.setupFilesystems:
+ if todo.serial:
+ messages = "/tmp/silo.log"
+ else:
+ messages = "/dev/tty3"
iutil.execWithRedirect('/sbin/silo',
args,
stdout = None,