From 154c16753c123b63c97d686d67a18087b76bc668 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 28 Nov 2017 10:50:34 +0100 Subject: [PATCH] vbox*.run: apply win81 test heuristic to win10 --- repos/ports/run/vbox_win.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/ports/run/vbox_win.inc b/repos/ports/run/vbox_win.inc index 7e672adec..7759a5ffa 100644 --- a/repos/ports/run/vbox_win.inc +++ b/repos/ports/run/vbox_win.inc @@ -343,7 +343,7 @@ run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamle if {$use_rumpfs} { set wait_timeout 170 for { set i 1 } { $i <= $use_vms } { incr i } { - if { [string match "ubuntu*" $flavor] || [string match "win81*" $flavor] } { + if { [string match "ubuntu*" $flavor] || [string match "win10*" $flavor] } { run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: no} $wait_timeout [output_spawn_id] } else { run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: yes} $wait_timeout [output_spawn_id]