diff options
| author | Manuel Schneider | 2014-04-22 15:58:35 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-04-22 15:58:35 +0200 |
| commit | 6170a9e2db4bed1445480af0d8170a9b17da062e (patch) | |
| tree | 0bb3f89c75afd1723a9faee9d3a7944622d72e1d /remote/modules/vbox/module.conf | |
| parent | [beamergui] added missing ip (diff) | |
| parent | [pam] libncp, ncpfs and libpam-ncp (ncpfs depends on libpam-ncp) for Ubuntu 1... (diff) | |
| download | tm-scripts-6170a9e2db4bed1445480af0d8170a9b17da062e.tar.gz tm-scripts-6170a9e2db4bed1445480af0d8170a9b17da062e.tar.xz tm-scripts-6170a9e2db4bed1445480af0d8170a9b17da062e.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 |
