diff options
author | jakub <jakub> | 1999-10-03 16:34:23 +0000 |
---|---|---|
committer | jakub <jakub> | 1999-10-03 16:34:23 +0000 |
commit | 24b9cebb3d36dd181cd247553e72d29e73799fc6 (patch) | |
tree | 23dcff864aa1e4e02a2b1f8e6716c832e383f694 /silo.py | |
parent | 22822f38fcfeb133ad36625d75b7d7d050c2a560 (diff) | |
download | anaconda-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.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |