mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-06-04 11:09:32 +00:00
travis: Use xvfb to run packer
This may help with SSH timeouts - apparently something is wrong when Virtualbox starts without an X session, so the internal X session fails.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"format": "ova",
|
||||
"guest_additions_mode": "disable",
|
||||
|
||||
"headless": "true",
|
||||
"headless": "false",
|
||||
|
||||
"vboxmanage": [
|
||||
["modifyvm", "{{.Name}}", "--memory", "6144", "--vram", "128", "--mouse", "usbtablet", "--rtcuseutc", "on", "--nictype1", "virtio"],
|
||||
@@ -73,4 +73,4 @@
|
||||
"source": "{{user `assetsDir`}}/vscode/",
|
||||
"destination": "/home/{{user `user`}}/.config/Code/User/"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user