summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMichael Brown2006-04-26 02:14:19 +0200
committerMichael Brown2006-04-26 02:14:19 +0200
commit297ae0f8d59f7a76c0e36843fb3a239722ee381a (patch)
treed5de3ec204ced816fb8669e75d460c003ddacaae /contrib
parentUpdated to current bochs CVS (diff)
downloadipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.tar.gz
ipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.tar.xz
ipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.zip
Updated to syntax required by latest bochs CVS.
Diffstat (limited to 'contrib')
-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 3ea877ca..cc4fd005 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";