chiark / gitweb /
rules: remove MMC rule, 2.6.30 has the modalias
[elogind.git] / README
diff --git a/README b/README
index d993184a7799abbf3a6da6574585330e42805a82..3a511802eadbea08b3343c5303d938e4337e30aa 100644 (file)
--- a/README
+++ b/README
@@ -20,6 +20,8 @@ Requirements:
       CONFIG_PROC_FS=y
       CONFIG_TMPFS=y
       CONFIG_TMPFS_POSIX_ACL=y
+      CONFIG_INOTIFY=y
+      CONFIG_SIGNALFD=y
 
   - For reliable operation, the kernel must not use the CONFIG_SYSFS_DEPRECATED*
     option.
@@ -36,6 +38,9 @@ Requirements:
     these group names with only the rootfs mounted, and while no network is
     available.
 
+  - To build all udev extras, libacl, libglib2, libusb, usbutils, pciutils are
+    needed. These dependencies can be disabled with the --disable-extras option.
+
 Operation:
   Udev creates and removes device nodes in /dev/, based on events the kernel
   sends out on device discovery or removal.