# virtualbox-modules-dist

This script creates a distribution tarball by extracting the modules sources from the latest .deb on VirtualBox Linux download page

To use it, simply run ./make-vbox-modules-package.sh

The script itself is licensed GPL-2+.

Prerequisites: bash, curl, wget, tar, xz, ar (binutils).

Starting with 7.1.8/7.0.26 I use make-modules-from-source instead.  It needs the
source tarball already downloaded in DISTDIR and get the version as argument, so
no more curl, wget or ar needed, but bzip2 instead.

It creates module tarballs for host and guest directly from sources, no need to
download the deb.
