diff options
| author | Jonathan Bauer | 2014-04-16 16:44:51 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-16 16:44:51 +0200 |
| commit | 5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114 (patch) | |
| tree | 4dc75be8d53e97a3319917bda6fa1b0db795553e /remote/modules/vbox/module.conf | |
| parent | [stage4] more fixes for unity under 14.04 (diff) | |
| parent | [vbox] module.build: -debugging line (diff) | |
| download | tm-scripts-5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114.tar.gz tm-scripts-5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114.tar.xz tm-scripts-5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vbox/module.conf')
| -rw-r--r-- | remote/modules/vbox/module.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remote/modules/vbox/module.conf b/remote/modules/vbox/module.conf index 29067791..60cea223 100644 --- a/remote/modules/vbox/module.conf +++ b/remote/modules/vbox/module.conf @@ -1,7 +1,7 @@ -REQUIRED_VBOXEXTURL="http://download.virtualbox.org/virtualbox/4.2.16/Oracle_VM_VirtualBox_Extension_Pack-4.2.16-86992.vbox-extpack" - -# Just for local usage, development: -# REQUIRED_VBOXEXTURL="http://132.230.8.69/Oracle_VM_VirtualBox_Extension_Pack-4.2.16-86992.vbox-extpack" +REQUIRED_VBOX_VERSION_MAJOR="4.3" +REQUIRED_VBOX_VERSION_MINOR="8" +REQUIRED_VBOX_VERSION="$REQUIRED_VBOX_VERSION_MAJOR.$REQUIRED_VBOX_VERSION_MINOR" +REQUIRED_VBOX_VERSIONCODE="92456" REQUIRED_DIRECTORIES=" /etc |
