summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-02 15:57:59 +0200
committerSimon Rettberg2013-09-02 15:57:59 +0200
commit2505b3c0d9937f96bdf2f2bd290cd5c437ed0894 (patch)
treea6e66e1076830f808119329e2beaea5a0d348067 /remote
parent[helper/useradd] Make sure /etc/shadow has group shadow (diff)
parent[vbox] Readme file with notes on pathced scripts (diff)
downloadtm-scripts-2505b3c0d9937f96bdf2f2bd290cd5c437ed0894.tar.gz
tm-scripts-2505b3c0d9937f96bdf2f2bd290cd5c437ed0894.tar.xz
tm-scripts-2505b3c0d9937f96bdf2f2bd290cd5c437ed0894.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/vbox/README13
-rw-r--r--remote/modules/vbox/vbox.conf.ubuntu19
-rw-r--r--remote/modules/vbox/vbox.conf.ubuntu.13.0419
3 files changed, 51 insertions, 0 deletions
diff --git a/remote/modules/vbox/README b/remote/modules/vbox/README
new file mode 100644
index 00000000..999f048f
--- /dev/null
+++ b/remote/modules/vbox/README
@@ -0,0 +1,13 @@
+Notabene:
+
+Some virtualbox script are patched to accomodate some changes in system
+environment: As openSLX uses predominantly busybox, paths to busybox exe-
+cutables (respective links) are inserted. These insertions are made at the
+end of paths, as sometimes there are system binaries predomninantly used,
+for example ps, as busybox ps does not offer needed options.
+
+This patched scripts include virtualbox and vboxmanage, originally links
+to VBox. Please note these patched scripts are unlinked, thus solitary,
+please note there is also a (linked) scripts named VBoxManage (note capitals).
+
+It is therefore recommended to use the lower case version (vboxmanage).
diff --git a/remote/modules/vbox/vbox.conf.ubuntu b/remote/modules/vbox/vbox.conf.ubuntu
new file mode 100644
index 00000000..bf8ff4f1
--- /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}.deb"
+
+# 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
+"
diff --git a/remote/modules/vbox/vbox.conf.ubuntu.13.04 b/remote/modules/vbox/vbox.conf.ubuntu.13.04
new file mode 100644
index 00000000..fca3e55e
--- /dev/null
+++ b/remote/modules/vbox/vbox.conf.ubuntu.13.04
@@ -0,0 +1,19 @@
+REQUIRED_VBOXBASEURL="http://download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~raring_${AMD64_I386}.deb"
+
+# 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
+"