Skip to content

Commit

Permalink
make sure the console_type can raise exceptions and they will be forw…
Browse files Browse the repository at this point in the history
…arded to main thread, update #997
  • Loading branch information
mpapis committed Oct 15, 2014
1 parent cfce79d commit 6e95a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/veewee/provider/core/box/build.rb
Expand Up @@ -72,10 +72,12 @@ def kickstart(options)
})

# Type the boot sequence
t =
Thread.new do
self.console_type(boot_sequence)
run_hook(:after_boot_sequence)
end
t.abort_on_exception = true

self.handle_kickstart(options)
end
Expand Down

0 comments on commit 6e95a4b

Please sign in to comment.