mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-10 09:09:50 +00:00
![]() Credits for this idea go to @myhro who suggested emulating uname. I cleaned his changes up somewhat and moved the script into a separate file to make things easier to look at. I did a test build of wheezy with my changes and the modules were installed correctly. root@localhost:/home/vagrant# dkms status vboxguest, 4.3.20, 3.2.0-4-amd64, x86_64: installed root@localhost:/home/vagrant# lsmod | egrep ^vbox vboxsf 33359 0 vboxvideo 12437 0 vboxguest 162115 1 vboxsf |
||
---|---|---|
.. | ||
azure | ||
ec2 | ||
gce | ||
kvm | ||
virtualbox | ||
__init__.py | ||
README.rst |
Providers in bootstrap-vz represent various cloud providers and virtual machines. bootstrap-vz is an extensible platform with loose coupling and a significant amount of tooling, which allows for painless implementation of new providers. The virtualbox provider for example is implemented in only 89 lines of python, since most of the building blocks are a part of the common task library. Only the kernel and guest additions installation are specific to that provider.