summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorChristian Rößler2013-09-02 15:43:29 +0200
committerChristian Rößler2013-09-02 15:43:29 +0200
commit72752558683c0bc387e85d1499ce61bffae47620 (patch)
treea1812520eeb88b35ff04605061a0337c0be86176 /remote/modules
parent[clone_stage4] Extend and refine filterlist and filtering process (diff)
downloadtm-scripts-72752558683c0bc387e85d1499ce61bffae47620.tar.gz
tm-scripts-72752558683c0bc387e85d1499ce61bffae47620.tar.xz
tm-scripts-72752558683c0bc387e85d1499ce61bffae47620.zip
[vbox] Readme file with notes on pathced scripts
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vbox/README13
1 files changed, 13 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).