mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
Updated to syntax required by latest bochs CVS.
This commit is contained in:
parent
18f620ca5d
commit
297ae0f8d5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user