http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f620c
)
Updated to syntax required by latest bochs CVS.
author
Michael Brown
<mcb30@etherboot.org>
Wed, 26 Apr 2006 00:14:19 +0000
(
00:14
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 26 Apr 2006 00:14:19 +0000
(
00:14
+0000)
contrib/bochs/serial-console
patch
|
blob
|
history
diff --git
a/contrib/bochs/serial-console
b/contrib/bochs/serial-console
index
3ea877c
..
cc4fd00
100755
(executable)
--- 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";