summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2013-08-30 18:53:18 +0200
committerJonathan Bauer2013-09-30 13:22:03 +0200
commit15a8e557f1b1d88b0b05e0077226a0f7e26fd449 (patch)
tree5562c34fab788e39cd1a636e5d698526abe6cc15
parent[helper/useradd] Make sure /etc/shadow has group shadow (diff)
downloadtm-scripts-15a8e557f1b1d88b0b05e0077226a0f7e26fd449.tar.gz
tm-scripts-15a8e557f1b1d88b0b05e0077226a0f7e26fd449.tar.xz
tm-scripts-15a8e557f1b1d88b0b05e0077226a0f7e26fd449.zip
[vbox] Ubuntu configuration
-rw-r--r--remote/modules/vbox/vbox.conf.ubuntu19
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
+"