X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=INSTALL;h=943a8a467a32790118d46042c1b28b260b96074e;hp=aeabcb9dfcdea69105413bb5c83e9e4a8d79e19b;hb=c99b72121fb965920652ea5e7a1d7f962385626b;hpb=6297c2d4e48068685ac810d631291daf75a95ec7 diff --git a/INSTALL b/INSTALL index aeabcb9df..943a8a467 100644 --- a/INSTALL +++ b/INSTALL @@ -8,42 +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 on 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. - The options used in a RPM spec file usually look like: %configure \ --prefix=%{_prefix} \