diff options
| author | Christian Rößler | 2015-07-21 16:04:45 +0200 |
|---|---|---|
| committer | Christian Rößler | 2015-07-21 16:04:45 +0200 |
| commit | 840ff3d1d57ab01921570faf0e744a8eb22afa54 (patch) | |
| tree | c4f5231c146592965ddc18140e1fe4d5a44e196b /remote/modules/vbox/module.conf | |
| parent | [Vbox] One more suid, VBoxNetAdpCtl (diff) | |
| download | tm-scripts-840ff3d1d57ab01921570faf0e744a8eb22afa54.tar.gz tm-scripts-840ff3d1d57ab01921570faf0e744a8eb22afa54.tar.xz tm-scripts-840ff3d1d57ab01921570faf0e744a8eb22afa54.zip | |
[vbox] Changed dev access rights, some more modifications, gui/suppress mouse integration etc.
Diffstat (limited to 'remote/modules/vbox/module.conf')
| -rw-r--r-- | remote/modules/vbox/module.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/remote/modules/vbox/module.conf b/remote/modules/vbox/module.conf index fde16503..c172669a 100644 --- a/remote/modules/vbox/module.conf +++ b/remote/modules/vbox/module.conf @@ -1,12 +1,20 @@ -REQUIRED_VBOX_VERSION_MAJOR="5.0" -REQUIRED_VBOX_VERSION_MINOR="0" +# VBox version 5 branch: +# REQUIRED_VBOX_VERSION_MAJOR="5.0" +# REQUIRED_VBOX_VERSION_MINOR="0" +# REQUIRED_VBOX_VERSIONCODE="101573" + +# VBox version 4 last branch: +REQUIRED_VBOX_VERSION_MAJOR="4.3" +REQUIRED_VBOX_VERSION_MINOR="26" +REQUIRED_VBOX_VERSIONCODE="98988" + REQUIRED_VBOX_VERSION="$REQUIRED_VBOX_VERSION_MAJOR.$REQUIRED_VBOX_VERSION_MINOR" -REQUIRED_VBOX_VERSIONCODE="101573" REQUIRED_DIRECTORIES=" /etc /lib /usr " -# REQUIRED_LDD_BLACKLIST: Keep in minde the leading '\|'! +# REQUIRED_LDD_BLACKLIST: Keep in mind the leading '\|'! REQUIRED_LDD_BLACKLIST="\|VBoxVMM" + |
