diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-04-26 00:14:19 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-04-26 00:14:19 +0000 |
commit | 297ae0f8d59f7a76c0e36843fb3a239722ee381a (patch) | |
tree | d5de3ec204ced816fb8669e75d460c003ddacaae /contrib | |
parent | 18f620ca5d2eba32b412e0e3693b2a0f5d2a1e88 (diff) | |
download | ipxe-297ae0f8d59f7a76c0e36843fb3a239722ee381a.tar.gz |
Updated to syntax required by latest bochs CVS.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/bochs/serial-console | 2 |
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"; |