diff options
| author | Simon Rettberg | 2013-09-04 20:34:33 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-04 20:34:33 +0200 |
| commit | ba08117b4c3f13846c3b6a5cb9212a7b692fe924 (patch) | |
| tree | 7c43a187a80d60af6e7e47febff0e5612be02b99 | |
| parent | [polkit] Fix integration with gnome/udisks2, fixes usb mount on Ubuntu 13.04 (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ba08117b4c3f13846c3b6a5cb9212a7b692fe924.tar.gz tm-scripts-ba08117b4c3f13846c3b6a5cb9212a7b692fe924.tar.xz tm-scripts-ba08117b4c3f13846c3b6a5cb9212a7b692fe924.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/vbox/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/remote/modules/vbox/README b/remote/modules/vbox/README index 999f048f..94566785 100644 --- a/remote/modules/vbox/README +++ b/remote/modules/vbox/README @@ -1,4 +1,4 @@ -Notabene: +Patched scripts: Some virtualbox script are patched to accomodate some changes in system environment: As openSLX uses predominantly busybox, paths to busybox exe- @@ -11,3 +11,9 @@ 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). + +systemd capabilites: +The systemd-udevd compiled within the module systemd lacks a capability in +the environment variable DEVTYPE at least in regard to USB devices, so an +entry ENV{DEVTYPE}=="usb_device" in an udev rule file rule will not work. +This applies at least to systemd version 204. |
