aboutsummaryrefslogtreecommitdiffstats
path: root/FIXES.md
diff options
context:
space:
mode:
Diffstat (limited to 'FIXES.md')
-rw-r--r--FIXES.md14
1 files changed, 14 insertions, 0 deletions
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.
+