Ubuntu Desktop images for Vagrant
Because some people like Vagrant and Ubuntu only publishes cloud images (server)
By taking the vanilla Ubuntu cloud images and installing ubuntu-desktop
meta-package and setting up lightdm
to automatically login the vagrant
user.
Because actual .box files are very large, updating them would require a lot of bandwidth, and make peer review harder, the actual images are provided as a recipe that modifies official cloud images. To generate your set you will need the following tools:
- vagrant (>= 1.0.6)
- fabric
To generate your images simply run::
$ fab build_all