lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
626 stars 139 forks source link

Fix a few VirtualBox Guest Addition related issues #200

Closed timschumi closed 3 years ago

timschumi commented 3 years ago

All boxes that rely on the VirtualBox Guest Additions ISO will now check for the presence of the vboxsf kernel module and abort the build otherwise.

Debian 10 and Fedora 27 (which previously had a broken/missing vboxsf module) also got fixed and now use the current default VirtualBox version.

Fixes: #196

timschumi commented 3 years ago

Only debian10 and fedora27 had issues with the module build silently failing, both of which are fixed now. All the other boxes that I added the new check for built just fine.