commit 4c7de0d0010b4352496191027c81552499263d76 parent fed50f9ecb48fb2b6c44d6dbfffd09e539f0cb15 Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 29 Apr 2012 19:33:06 +0200 Adding a simple db for fixing udev dependencies. Diffstat:
FIXES.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/FIXES.md b/FIXES.md @@ -0,0 +1,14 @@ +## Fixes in various tools depending on udev + +### laptop-mode-tools + +Either remove udevd completely, which is impossible on some +setups right now (04/12) or do the following: + + % mv /usr/bin/udevadm /usr/bin/_udevadm + % mv /sbin/udevadm /sbin/_udevadm + +This will prevent laptop-mode-tools from finding those tools +and not calling udevadm on this, which will of course fail, +because no udevd is running. +