Age | Commit message (Collapse) | Author |
|
|
|
|
|
this was a cut'n'paste error
|
|
we need to build the css,js bower packages on login
because its not contained in the image
|
|
we need to create some egg files for the user-agent before everything works
|
|
|
|
|
|
- They are symlinked into /vagrant/web-ui/node_modules
|
|
we dd everything with zeroes. Then the disk can be made
sparse.
The image is 100M smaller now.
Fixes #253
|
|
the internet hasn't decided if its a good idea to use
haveged on a virtual machine. But since this is for testing
purposes anyway, its okay.
First part of #244
|
|
|
|
- To use it, do these steps:
build the box:
vagrant destroy && vagrant up source
vagrant package --output hackday-user-agent.box source
use the box:
vagrant box add hackday-user-agent hackday-user-agent.box
vagrant up hackday
vagrant ssh hackday
Scripts will be provided with next commit.
|
|
|
|
- use leap jessie boxes for now
- remove rng-tools hack that speeded up key generation from Vagrant provisioning
we don't want to generate weak keys, even when it takes longer
- set source box as default for 'vagrant up'
- properly override vm.box_url for different providers
|