diff options
| author | Christian Rößler | 2013-08-30 18:53:18 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:22:03 +0200 |
| commit | 15a8e557f1b1d88b0b05e0077226a0f7e26fd449 (patch) | |
| tree | 5562c34fab788e39cd1a636e5d698526abe6cc15 | |
| parent | [helper/useradd] Make sure /etc/shadow has group shadow (diff) | |
| download | tm-scripts-15a8e557f1b1d88b0b05e0077226a0f7e26fd449.tar.gz tm-scripts-15a8e557f1b1d88b0b05e0077226a0f7e26fd449.tar.xz tm-scripts-15a8e557f1b1d88b0b05e0077226a0f7e26fd449.zip | |
[vbox] Ubuntu configuration
| -rw-r--r-- | remote/modules/vbox/vbox.conf.ubuntu | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/remote/modules/vbox/vbox.conf.ubuntu b/remote/modules/vbox/vbox.conf.ubuntu new file mode 100644 index 00000000..f01529eb --- /dev/null +++ b/remote/modules/vbox/vbox.conf.ubuntu @@ -0,0 +1,19 @@ +REQUIRED_VBOXBASEURL="http://download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~precise_${AMD64_I386}" + +# Just for local usage, development: +# REQUIRED_VBOXBASEURL="http://132.230.8.69/virtualbox-4.2_4.2.16-86992~Ubuntu~precise_${AMD64_I386}.deb" + +REQUIRED_CONTENT_PACKAGES=" + libsdl1.2debian + libpng12-0 +" + +REQUIRED_INSTALLED_PACKAGES=" + libsdl1.2debian + libpng12-0 +" + +REQUIRED_LIBRARIES=" + libsdl1.2debian + libpng12 +" |
