From bc93250c109e5af2d85fb8ed885a236ccd6254bb Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 30 Aug 2013 18:53:18 +0200 Subject: [vbox] Ubuntu configuration --- remote/modules/vbox/vbox.conf.ubuntu | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 remote/modules/vbox/vbox.conf.ubuntu (limited to 'remote/modules') 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 +" -- cgit v1.2.3-55-g7522 From 1c76338e4831b3d9141cdd09e5ff740cdd054e3b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 Aug 2013 18:58:07 +0200 Subject: [vbox] ubuntu conf. --- remote/modules/vbox/vbox.conf.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules') diff --git a/remote/modules/vbox/vbox.conf.ubuntu b/remote/modules/vbox/vbox.conf.ubuntu index f01529eb..bf8ff4f1 100644 --- a/remote/modules/vbox/vbox.conf.ubuntu +++ b/remote/modules/vbox/vbox.conf.ubuntu @@ -1,4 +1,4 @@ -REQUIRED_VBOXBASEURL="http://download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~precise_${AMD64_I386}" +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" -- cgit v1.2.3-55-g7522 From 7db166e05ea7dd62f3ca5053dfa683d75e53ce1f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 Aug 2013 18:58:31 +0200 Subject: [vbox] conf for Ubuntu 13.04 --- remote/modules/vbox/vbox.conf.ubuntu.13.04 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 remote/modules/vbox/vbox.conf.ubuntu.13.04 (limited to 'remote/modules') 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 +" -- cgit v1.2.3-55-g7522 From 72752558683c0bc387e85d1499ce61bffae47620 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 2 Sep 2013 15:43:29 +0200 Subject: [vbox] Readme file with notes on pathced scripts --- remote/modules/vbox/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 remote/modules/vbox/README (limited to 'remote/modules') 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). -- cgit v1.2.3-55-g7522