From 4c7de0d0010b4352496191027c81552499263d76 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 29 Apr 2012 19:33:06 +0200 Subject: Adding a simple db for fixing udev dependencies. --- FIXES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 FIXES.md diff --git a/FIXES.md b/FIXES.md new file mode 100644 index 0000000..5804bcc --- /dev/null +++ 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. + -- cgit v1.2.3