Comment 7 for bug 1546108

Revision history for this message
Ivan Mincik (imincik) wrote :

Dear Ben,
I completely don't understand Bazaar. I have found your patch above, but it was not working. I had to add following lines to Vagrantfile to make it working:

"""
  config.vm.provider "virtualbox" do |v|
    v.customize [ "modifyvm", :id, "--uart1", "0x3F8", "4" ]
    v.customize [ "modifyvm", :id, "--uartmode1", "file", "console.log" ]
  end
"""