diff options
| author | Simon Rettberg | 2013-09-04 20:34:33 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-04 20:34:33 +0200 |
| commit | 58e6c29448066371afbce9183351c3d2f7137738 (patch) | |
| tree | a1fbd939ff51613af94a8da806f1450bce2d611d /remote/modules | |
| 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-58e6c29448066371afbce9183351c3d2f7137738.tar.gz tm-scripts-58e6c29448066371afbce9183351c3d2f7137738.tar.xz tm-scripts-58e6c29448066371afbce9183351c3d2f7137738.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
| -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. |
