aboutsummaryrefslogtreecommitdiff
path: root/contrib/bochs
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-04-26 00:14:19 +0000
committerMichael Brown <mcb30@etherboot.org>2006-04-26 00:14:19 +0000
commit297ae0f8d59f7a76c0e36843fb3a239722ee381a (patch)
treed5de3ec204ced816fb8669e75d460c003ddacaae /contrib/bochs
parent18f620ca5d2eba32b412e0e3693b2a0f5d2a1e88 (diff)
downloadipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.zip
ipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.tar.gz
ipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.tar.bz2
Updated to syntax required by latest bochs CVS.
Diffstat (limited to 'contrib/bochs')
-rwxr-xr-xcontrib/bochs/serial-console2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bochs/serial-console b/contrib/bochs/serial-console
index 3ea877c..cc4fd00 100755
--- a/contrib/bochs/serial-console
+++ b/contrib/bochs/serial-console
@@ -142,7 +142,7 @@ sub patch_bochsrc {
or die "Could not back up $active to $backup: $!\n";
# Derive line to be inserted
- my $patch = "com1: enabled=1, dev=$pty\n";
+ my $patch = "com1: enabled=1, mode=term, dev=$pty\n";
# Modify file
open my $old, "<$backup" or die "Could not open $backup: $!\n";