chiark / gitweb /
do not skip /dev/{disk,char}/M:m removal when the device node is already gone
[elogind.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7341272e68b76762a1a5c15623d382d052413c3f..943a8a467a32790118d46042c1b28b260b96074e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,44 +8,6 @@ Usual options for udev installed in the root filesystem are:
     --libexecdir=/lib/udev \
     --with-selinux
 
-All options:
-  --prefix=
-      Usually /usr, prefix for man pages, include files.
-  --sysconfdir=
-      Usually /etc.
-  --sbindir=
-      Usually /sbin, the place for udevd and udevadm.
-  --libexecdir=
-      Usually /lib/udev, the udev private directory.
-  --enable-debug
-      Compile-in verbose debug messages. Usually not needed,
-      it increases the size of the binaries.
-  --disable-logging
-      Disable all logging and compile-out all log strings. This
-      is not recommended, as it makes it almost impossible to debug
-      udev in the running system.
-  --with-selinux
-      Link against SELinux libraries to set the expected context
-      for created files.
-  --disable-rule_generator
-      Disable persistent network, cdrom naming support.
-  --disable-hwdb
-      Disable hardware database support
-  --disable-udev_acl
-      Disable local user acl permissions support.
-  --disable-gudev
-      Disable Gobject libudev support.
-  --disable-introspection
-      Disable Gobject introspection support.
-  --disable-keymap
-      Disable keymap fixup support.
-  --enable-floppy
-      Enable legacy floppy support.
-  --enable-edd
-      Enable disk edd support.
-  --enable-action_modeswitch
-      Enable action modeswitch support.
-
 The options used in a RPM spec file usually look like:
   %configure \
     --prefix=%{_prefix} \